Html Css Color HEX #AA0AE6 Dark Violet

📋 copy color: '#AA0AE6'

red 170 ◦ green 10 ◦ blue 230

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

Shades of Dark Violet #AA0AE6

Tints of Dark Violet #AA0AE6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

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

R = 41.46%
G = 2.44%
B = 56.1%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA0AE6 (or 0xAA0AE6) is known color: Dark Violet. HEX triplet: AA, 0A and E6. RGB value is (170,10,230). Sum of RGB (Red+Green+Blue) = 170+10+230=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA0AE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0AE6 is #55F519. Grayscale: #525252. Windows color (decimal): -5633306 or 15076010. OLE color: 15076010.

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

Color convert

RGB 170 10 230 -
CMYK 0.26 0.96 0 0.10
HSL 283.64º 0.92% 0.47% -
HSV(B) 283.64º 0.96% 0.9% -
XYZ 30.97 14.48 76.02 -
YUV 82.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 170 10 230 0.26 0.96 0 0.10 283.64 0.92 0.47
Hex AA A E6 1A 60 0 A 11C 5C 2F
Octal 252 12 346 32 140 0 12 434 134 57
Binary 10101010 1010 11100110 11010 1100000 0 1010 100011100 1011100 101111

Color Harmonies of #AA0AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AE6

Black with #AA0AE6

Text Example


Text Example

White with #AA0AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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