Html Css Color HEX #AA04CD Dark Violet

📋 copy color: '#AA04CD'

red 170 ◦ green 4 ◦ blue 205

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

Shades of Dark Violet #AA04CD

Tints of Dark Violet #AA04CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 44.85%
G = 1.06%
B = 54.09%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA04CD (or 0xAA04CD) is known color: Dark Violet. HEX triplet: AA, 04 and CD. RGB value is (170,4,205). Sum of RGB (Red+Green+Blue) = 170+4+205=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA04CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04CD is #55FB32. Grayscale: #4B4B4B. Windows color (decimal): -5634867 or 13436074. OLE color: 13436074.

HSL color Cylindrical-coordinate representation of color #AA04CD: hue angle of 289.55º 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 #AA04CD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 4 205 -
CMYK 0.17 0.98 0 0.20
HSL 289.55º 0.96% 0.41% -
HSV(B) 289.55º 0.98% 0.8% -
XYZ 27.64 13.04 58.82 -
YUV 76.55 200.5 194.66 -
System Red Green Blue C M Y K H S L
Decimal 170 4 205 0.17 0.98 0 0.20 289.55 0.96 0.41
Hex AA 4 CD 11 62 0 14 122 60 29
Octal 252 4 315 21 142 0 24 442 140 51
Binary 10101010 100 11001101 10001 1100010 0 10100 100100010 1100000 101001

Color Harmonies of #AA04CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04CD

Black with #AA04CD

Text Example


Text Example

White with #AA04CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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