Html Css Color HEX #AA05DF Dark Violet

📋 copy color: '#AA05DF'

red 170 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #AA05DF

Tints of Dark Violet #AA05DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 42.71%
G = 1.26%
B = 56.03%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA05DF (or 0xAA05DF) is known color: Dark Violet. HEX triplet: AA, 05 and DF. RGB value is (170,5,223). Sum of RGB (Red+Green+Blue) = 170+5+223=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05DF is #55FA20. Grayscale: #4E4E4E. Windows color (decimal): -5634593 or 14615978. OLE color: 14615978.

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

Color convert

RGB 170 5 223 -
CMYK 0.24 0.98 0 0.13
HSL 285.41º 0.96% 0.45% -
HSV(B) 285.41º 0.98% 0.87% -
XYZ 29.95 13.98 70.93 -
YUV 79.19 209.16 192.77 -
System Red Green Blue C M Y K H S L
Decimal 170 5 223 0.24 0.98 0 0.13 285.41 0.96 0.45
Hex AA 5 DF 18 62 0 D 11D 60 2D
Octal 252 5 337 30 142 0 15 435 140 55
Binary 10101010 101 11011111 11000 1100010 0 1101 100011101 1100000 101101

Color Harmonies of #AA05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05DF

Black with #AA05DF

Text Example


Text Example

White with #AA05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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