Html Css Color HEX #AA05DD Dark Violet

📋 copy color: '#AA05DD'

red 170 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #AA05DD

Tints of Dark Violet #AA05DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 42.93%
G = 1.26%
B = 55.81%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA05DD (or 0xAA05DD) is known color: Dark Violet. HEX triplet: AA, 05 and DD. RGB value is (170,5,221). Sum of RGB (Red+Green+Blue) = 170+5+221=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA05DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05DD is #55FA22. Grayscale: #4E4E4E. Windows color (decimal): -5634595 or 14484906. OLE color: 14484906.

HSL color Cylindrical-coordinate representation of color #AA05DD: hue angle of 285.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05DD is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 5 221 -
CMYK 0.23 0.98 0 0.13
HSL 285.83º 0.96% 0.44% -
HSV(B) 285.83º 0.98% 0.87% -
XYZ 29.68 13.88 69.52 -
YUV 78.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 170 5 221 0.23 0.98 0 0.13 285.83 0.96 0.44
Hex AA 5 DD 17 62 0 D 11E 60 2C
Octal 252 5 335 27 142 0 15 436 140 54
Binary 10101010 101 11011101 10111 1100010 0 1101 100011110 1100000 101100

Color Harmonies of #AA05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05DD

Black with #AA05DD

Text Example


Text Example

White with #AA05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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