Html Css Color HEX #AA05CE Dark Violet

📋 copy color: '#AA05CE'

red 170 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #AA05CE

Tints of Dark Violet #AA05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 44.62%
G = 1.31%
B = 54.07%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA05CE (or 0xAA05CE) is known color: Dark Violet. HEX triplet: AA, 05 and CE. RGB value is (170,5,206). Sum of RGB (Red+Green+Blue) = 170+5+206=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA05CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05CE is #55FA31. Grayscale: #4C4C4C. Windows color (decimal): -5634610 or 13501866. OLE color: 13501866.

HSL color Cylindrical-coordinate representation of color #AA05CE: hue angle of 289.25º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05CE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 5 206 -
CMYK 0.17 0.98 0 0.19
HSL 289.25º 0.95% 0.41% -
HSV(B) 289.25º 0.98% 0.81% -
XYZ 27.77 13.11 59.46 -
YUV 77.25 200.66 194.16 -
System Red Green Blue C M Y K H S L
Decimal 170 5 206 0.17 0.98 0 0.19 289.25 0.95 0.41
Hex AA 5 CE 11 62 0 13 121 5F 29
Octal 252 5 316 21 142 0 23 441 137 51
Binary 10101010 101 11001110 10001 1100010 0 10011 100100001 1011111 101001

Color Harmonies of #AA05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05CE

Black with #AA05CE

Text Example


Text Example

White with #AA05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05CE; }

 p { color: rgb(170,5,206); }

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

background-color css

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

 a { background-color: rgb(170,5,206); }

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

border-color css

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

 span { border-color: rgb(170,5,206); }

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