Html Css Color HEX #AA04CB Dark Violet

📋 copy color: '#AA04CB'

red 170 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #AA04CB

Tints of Dark Violet #AA04CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 45.09%
G = 1.06%
B = 53.85%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA04CB (or 0xAA04CB) is known color: Dark Violet. HEX triplet: AA, 04 and CB. RGB value is (170,4,203). Sum of RGB (Red+Green+Blue) = 170+4+203=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA04CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04CB is #55FB34. Grayscale: #4B4B4B. Windows color (decimal): -5634869 or 13305002. OLE color: 13305002.

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

Color convert

RGB 170 4 203 -
CMYK 0.16 0.98 0 0.20
HSL 290.05º 0.96% 0.41% -
HSV(B) 290.05º 0.98% 0.8% -
XYZ 27.4 12.94 57.55 -
YUV 76.32 199.5 194.82 -
System Red Green Blue C M Y K H S L
Decimal 170 4 203 0.16 0.98 0 0.20 290.05 0.96 0.41
Hex AA 4 CB 10 62 0 14 122 60 29
Octal 252 4 313 20 142 0 24 442 140 51
Binary 10101010 100 11001011 10000 1100010 0 10100 100100010 1100000 101001

Color Harmonies of #AA04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04CB

Black with #AA04CB

Text Example


Text Example

White with #AA04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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