Html Css Color HEX #A00BC9 Dark Violet

📋 copy color: '#A00BC9'

red 160 ◦ green 11 ◦ blue 201

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

Shades of Dark Violet #A00BC9

Tints of Dark Violet #A00BC9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 43.01%
G = 2.96%
B = 54.03%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A00BC9 (or 0xA00BC9) is known color: Dark Violet. HEX triplet: A0, 0B and C9. RGB value is (160,11,201). Sum of RGB (Red+Green+Blue) = 160+11+201=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #A00BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BC9 is #5FF436. Grayscale: #4C4C4C. Windows color (decimal): -6288439 or 13175712. OLE color: 13175712.

HSL color Cylindrical-coordinate representation of color #A00BC9: hue angle of 287.05º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BC9 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 11 201 -
CMYK 0.20 0.95 0 0.21
HSL 287.05º 0.9% 0.42% -
HSV(B) 287.05º 0.95% 0.79% -
XYZ 25.16 11.93 56.24 -
YUV 77.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 160 11 201 0.20 0.95 0 0.21 287.05 0.9 0.42
Hex A0 B C9 14 5F 0 15 11F 5A 2A
Octal 240 13 311 24 137 0 25 437 132 52
Binary 10100000 1011 11001001 10100 1011111 0 10101 100011111 1011010 101010

Color Harmonies of #A00BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BC9

Black with #A00BC9

Text Example


Text Example

White with #A00BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BC9; }

 p { color: rgb(160,11,201); }

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

background-color css

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

 a { background-color: rgb(160,11,201); }

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

border-color css

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

 span { border-color: rgb(160,11,201); }

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