Html Css Color HEX #A00BCC Dark Violet

📋 copy color: '#A00BCC'

red 160 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #A00BCC

Tints of Dark Violet #A00BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 42.67%
G = 2.93%
B = 54.4%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A00BCC (or 0xA00BCC) is known color: Dark Violet. HEX triplet: A0, 0B and CC. RGB value is (160,11,204). Sum of RGB (Red+Green+Blue) = 160+11+204=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #A00BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BCC is #5FF433. Grayscale: #4C4C4C. Windows color (decimal): -6288436 or 13372320. OLE color: 13372320.

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

Color convert

RGB 160 11 204 -
CMYK 0.22 0.95 0 0.2
HSL 286.32º 0.9% 0.42% -
HSV(B) 286.32º 0.95% 0.8% -
XYZ 25.52 12.07 58.11 -
YUV 77.55 199.36 186.81 -
System Red Green Blue C M Y K H S L
Decimal 160 11 204 0.22 0.95 0 0.2 286.32 0.9 0.42
Hex A0 B CC 16 5F 0 14 11E 5A 2A
Octal 240 13 314 26 137 0 24 436 132 52
Binary 10100000 1011 11001100 10110 1011111 0 10100 100011110 1011010 101010

Color Harmonies of #A00BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BCC

Black with #A00BCC

Text Example


Text Example

White with #A00BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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