Html Css Color HEX #A00ECF Dark Violet

📋 copy color: '#A00ECF'

red 160 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #A00ECF

Tints of Dark Violet #A00ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 41.99%
G = 3.67%
B = 54.33%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A00ECF (or 0xA00ECF) is known color: Dark Violet. HEX triplet: A0, 0E and CF. RGB value is (160,14,207). Sum of RGB (Red+Green+Blue) = 160+14+207=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #A00ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ECF is #5FF130. Grayscale: #4F4F4F. Windows color (decimal): -6287665 or 13569696. OLE color: 13569696.

HSL color Cylindrical-coordinate representation of color #A00ECF: hue angle of 285.39º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00ECF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 14 207 -
CMYK 0.23 0.93 0 0.19
HSL 285.39º 0.87% 0.43% -
HSV(B) 285.39º 0.93% 0.81% -
XYZ 25.92 12.29 60.04 -
YUV 79.66 199.87 185.31 -
System Red Green Blue C M Y K H S L
Decimal 160 14 207 0.23 0.93 0 0.19 285.39 0.87 0.43
Hex A0 E CF 17 5D 0 13 11D 57 2B
Octal 240 16 317 27 135 0 23 435 127 53
Binary 10100000 1110 11001111 10111 1011101 0 10011 100011101 1010111 101011

Color Harmonies of #A00ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ECF

Black with #A00ECF

Text Example


Text Example

White with #A00ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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