Html Css Color HEX #AA0CCB Dark Violet

📋 copy color: '#AA0CCB'

red 170 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #AA0CCB

Tints of Dark Violet #AA0CCB

RGB

 RED value IS 170 (66.8% from 255) = 44.16%

 GREEN value IS 12 (5.08% from 255) = 3.12%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 44.16%
G = 3.12%
B = 52.73%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA0CCB (or 0xAA0CCB) is known color: Dark Violet. HEX triplet: AA, 0C and CB. RGB value is (170,12,203). Sum of RGB (Red+Green+Blue) = 170+12+203=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CCB is #55F334. Grayscale: #505050. Windows color (decimal): -5632821 or 13307050. OLE color: 13307050.

HSL color Cylindrical-coordinate representation of color #AA0CCB: hue angle of 289.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CCB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 12 203 -
CMYK 0.16 0.94 0 0.20
HSL 289.63º 0.89% 0.42% -
HSV(B) 289.63º 0.94% 0.8% -
XYZ 27.49 13.12 57.58 -
YUV 81.02 196.85 191.47 -
System Red Green Blue C M Y K H S L
Decimal 170 12 203 0.16 0.94 0 0.20 289.63 0.89 0.42
Hex AA C CB 10 5E 0 14 122 59 2A
Octal 252 14 313 20 136 0 24 442 131 52
Binary 10101010 1100 11001011 10000 1011110 0 10100 100100010 1011001 101010

Color Harmonies of #AA0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CCB

Black with #AA0CCB

Text Example


Text Example

White with #AA0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CCB; }

 p { color: rgb(170,12,203); }

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

background-color css

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

 a { background-color: rgb(170,12,203); }

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

border-color css

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

 span { border-color: rgb(170,12,203); }

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