Html Css Color HEX #AA0FD2 Dark Violet

📋 copy color: '#AA0FD2'

red 170 ◦ green 15 ◦ blue 210

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

Shades of Dark Violet #AA0FD2

Tints of Dark Violet #AA0FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 43.04%
G = 3.8%
B = 53.16%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA0FD2 (or 0xAA0FD2) is known color: Dark Violet. HEX triplet: AA, 0F and D2. RGB value is (170,15,210). Sum of RGB (Red+Green+Blue) = 170+15+210=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA0FD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FD2 is #55F02D. Grayscale: #525252. Windows color (decimal): -5632046 or 13766570. OLE color: 13766570.

HSL color Cylindrical-coordinate representation of color #AA0FD2: hue angle of 287.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FD2 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 15 210 -
CMYK 0.19 0.93 0 0.18
HSL 287.69º 0.87% 0.44% -
HSV(B) 287.69º 0.93% 0.82% -
XYZ 28.38 13.54 62.09 -
YUV 83.58 199.35 189.64 -
System Red Green Blue C M Y K H S L
Decimal 170 15 210 0.19 0.93 0 0.18 287.69 0.87 0.44
Hex AA F D2 13 5D 0 12 120 57 2C
Octal 252 17 322 23 135 0 22 440 127 54
Binary 10101010 1111 11010010 10011 1011101 0 10010 100100000 1010111 101100

Color Harmonies of #AA0FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FD2

Black with #AA0FD2

Text Example


Text Example

White with #AA0FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FD2; }

 p { color: rgb(170,15,210); }

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

background-color css

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

 a { background-color: rgb(170,15,210); }

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

border-color css

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

 span { border-color: rgb(170,15,210); }

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