Html Css Color HEX #A00EBD Dark Violet

📋 copy color: '#A00EBD'

red 160 ◦ green 14 ◦ blue 189

#A00EBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A00EBD

Tints of Dark Violet #A00EBD

RGB

 RED value IS 160 (62.89% from 255) = 44.08%

 GREEN value IS 14 (5.86% from 255) = 3.86%

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 44.08%
G = 3.86%
B = 52.07%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A00EBD (or 0xA00EBD) is known color: Dark Violet. HEX triplet: A0, 0E and BD. RGB value is (160,14,189). Sum of RGB (Red+Green+Blue) = 160+14+189=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #A00EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EBD is #5FF142. Grayscale: #4D4D4D. Windows color (decimal): -6287683 or 12390048. OLE color: 12390048.

HSL color Cylindrical-coordinate representation of color #A00EBD: hue angle of 290.06º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00EBD is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 14 189 -
CMYK 0.15 0.93 0 0.26
HSL 290.06º 0.86% 0.4% -
HSV(B) 290.06º 0.93% 0.74% -
XYZ 23.84 11.46 49.1 -
YUV 77.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 160 14 189 0.15 0.93 0 0.26 290.06 0.86 0.4
Hex A0 E BD F 5D 0 1A 122 56 28
Octal 240 16 275 17 135 0 32 442 126 50
Binary 10100000 1110 10111101 1111 1011101 0 11010 100100010 1010110 101000

Color Harmonies of #A00EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EBD

Black with #A00EBD

Text Example


Text Example

White with #A00EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EBD; }

 p { color: rgb(160,14,189); }

 H1.HeaderClassName
 {
   color: #A00EBD;
 }
 .AnyTagClassName
 {
   color: #A00EBD;
 }
</style>

background-color css

<style>
 a { background-color: #A00EBD; }

 a { background-color: rgb(160,14,189); }

 div.DivClassName
 {
   background-color: #A00EBD;
 }
 .BgClassName
 {
   background-color: #A00EBD;
 }
</style>

border-color css

<style>
 span { border-color: #A00EBD; }

 span { border-color: rgb(160,14,189); }

 td.TdClassName
 {
   border-color: #A00EBD;
 }
 .TagClassName
 {
   border-color: #A00EBD;
 }
</style>