Html Css Color HEX #AA05E6 Dark Violet

📋 copy color: '#AA05E6'

red 170 ◦ green 5 ◦ blue 230

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

Shades of Dark Violet #AA05E6

Tints of Dark Violet #AA05E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.79%

R = 41.98%
G = 1.23%
B = 56.79%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA05E6 (or 0xAA05E6) is known color: Dark Violet. HEX triplet: AA, 05 and E6. RGB value is (170,5,230). Sum of RGB (Red+Green+Blue) = 170+5+230=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA05E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA05E6 is #55FA19. Grayscale: #4F4F4F. Windows color (decimal): -5634586 or 15074730. OLE color: 15074730.

HSL color Cylindrical-coordinate representation of color #AA05E6: hue angle of 284º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05E6 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 5 230 -
CMYK 0.26 0.98 0 0.10
HSL 284º 0.96% 0.46% -
HSV(B) 284º 0.98% 0.9% -
XYZ 30.91 14.37 76.01 -
YUV 79.99 212.66 192.2 -
System Red Green Blue C M Y K H S L
Decimal 170 5 230 0.26 0.98 0 0.10 284 0.96 0.46
Hex AA 5 E6 1A 62 0 A 11C 60 2E
Octal 252 5 346 32 142 0 12 434 140 56
Binary 10101010 101 11100110 11010 1100010 0 1010 100011100 1100000 101110

Color Harmonies of #AA05E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05E6

Black with #AA05E6

Text Example


Text Example

White with #AA05E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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