Html Css Color HEX #AA08DF Dark Violet

📋 copy color: '#AA08DF'

red 170 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #AA08DF

Tints of Dark Violet #AA08DF

RGB

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

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

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

R = 42.39%
G = 2%
B = 55.61%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA08DF (or 0xAA08DF) is known color: Dark Violet. HEX triplet: AA, 08 and DF. RGB value is (170,8,223). Sum of RGB (Red+Green+Blue) = 170+8+223=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA08DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08DF is #55F720. Grayscale: #505050. Windows color (decimal): -5633825 or 14616746. OLE color: 14616746.

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

Color convert

RGB 170 8 223 -
CMYK 0.24 0.96 0 0.13
HSL 285.21º 0.93% 0.45% -
HSV(B) 285.21º 0.96% 0.87% -
XYZ 29.98 14.05 70.94 -
YUV 80.95 208.17 191.52 -
System Red Green Blue C M Y K H S L
Decimal 170 8 223 0.24 0.96 0 0.13 285.21 0.93 0.45
Hex AA 8 DF 18 60 0 D 11D 5D 2D
Octal 252 10 337 30 140 0 15 435 135 55
Binary 10101010 1000 11011111 11000 1100000 0 1101 100011101 1011101 101101

Color Harmonies of #AA08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08DF

Black with #AA08DF

Text Example


Text Example

White with #AA08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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