Html Css Color HEX #AA05C6 Dark Violet

📋 copy color: '#AA05C6'

red 170 ◦ green 5 ◦ blue 198

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

Shades of Dark Violet #AA05C6

Tints of Dark Violet #AA05C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.08%

R = 45.58%
G = 1.34%
B = 53.08%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA05C6 (or 0xAA05C6) is known color: Dark Violet. HEX triplet: AA, 05 and C6. RGB value is (170,5,198). Sum of RGB (Red+Green+Blue) = 170+5+198=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA05C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05C6 is #55FA39. Grayscale: #4B4B4B. Windows color (decimal): -5634618 or 12977578. OLE color: 12977578.

HSL color Cylindrical-coordinate representation of color #AA05C6: hue angle of 291.3º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA05C6 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 5 198 -
CMYK 0.14 0.97 0 0.22
HSL 291.3º 0.95% 0.4% -
HSV(B) 291.3º 0.97% 0.78% -
XYZ 26.82 12.73 54.47 -
YUV 76.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 170 5 198 0.14 0.97 0 0.22 291.3 0.95 0.4
Hex AA 5 C6 E 61 0 16 123 5F 28
Octal 252 5 306 16 141 0 26 443 137 50
Binary 10101010 101 11000110 1110 1100001 0 10110 100100011 1011111 101000

Color Harmonies of #AA05C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05C6

Black with #AA05C6

Text Example


Text Example

White with #AA05C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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