Html Css Color HEX #AA08BD Dark Violet

📋 copy color: '#AA08BD'

red 170 ◦ green 8 ◦ blue 189

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

Shades of Dark Violet #AA08BD

Tints of Dark Violet #AA08BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 46.32%
G = 2.18%
B = 51.5%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA08BD (or 0xAA08BD) is known color: Dark Violet. HEX triplet: AA, 08 and BD. RGB value is (170,8,189). Sum of RGB (Red+Green+Blue) = 170+8+189=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA08BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08BD is #55F742. Grayscale: #4C4C4C. Windows color (decimal): -5633859 or 12388522. OLE color: 12388522.

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

Color convert

RGB 170 8 189 -
CMYK 0.10 0.96 0 0.26
HSL 293.7º 0.92% 0.39% -
HSV(B) 293.7º 0.96% 0.74% -
XYZ 25.85 12.39 49.17 -
YUV 77.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 170 8 189 0.10 0.96 0 0.26 293.7 0.92 0.39
Hex AA 8 BD A 60 0 1A 126 5C 27
Octal 252 10 275 12 140 0 32 446 134 47
Binary 10101010 1000 10111101 1010 1100000 0 11010 100100110 1011100 100111

Color Harmonies of #AA08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08BD

Black with #AA08BD

Text Example


Text Example

White with #AA08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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