Html Css Color HEX #AA08E7 Dark Violet

📋 copy color: '#AA08E7'

red 170 ◦ green 8 ◦ blue 231

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

Shades of Dark Violet #AA08E7

Tints of Dark Violet #AA08E7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

 BLUE value IS 231 (90.63% from 255) = 56.48%

R = 41.56%
G = 1.96%
B = 56.48%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA08E7 (or 0xAA08E7) is known color: Dark Violet. HEX triplet: AA, 08 and E7. RGB value is (170,8,231). Sum of RGB (Red+Green+Blue) = 170+8+231=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA08E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA08E7 is #55F718. Grayscale: #515151. Windows color (decimal): -5633817 or 15141034. OLE color: 15141034.

HSL color Cylindrical-coordinate representation of color #AA08E7: hue angle of 283.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA08E7 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 8 231 -
CMYK 0.26 0.97 0 0.09
HSL 283.59º 0.93% 0.47% -
HSV(B) 283.59º 0.97% 0.91% -
XYZ 31.09 14.49 76.76 -
YUV 81.86 212.17 190.87 -
System Red Green Blue C M Y K H S L
Decimal 170 8 231 0.26 0.97 0 0.09 283.59 0.93 0.47
Hex AA 8 E7 1A 61 0 9 11C 5D 2F
Octal 252 10 347 32 141 0 11 434 135 57
Binary 10101010 1000 11100111 11010 1100001 0 1001 100011100 1011101 101111

Color Harmonies of #AA08E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08E7

Black with #AA08E7

Text Example


Text Example

White with #AA08E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08E7; }

 p { color: rgb(170,8,231); }

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

background-color css

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

 a { background-color: rgb(170,8,231); }

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

border-color css

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

 span { border-color: rgb(170,8,231); }

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