Html Css Color HEX #AA0FDD Dark Violet

📋 copy color: '#AA0FDD'

red 170 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #AA0FDD

Tints of Dark Violet #AA0FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 41.87%
G = 3.69%
B = 54.43%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA0FDD (or 0xAA0FDD) is known color: Dark Violet. HEX triplet: AA, 0F and DD. RGB value is (170,15,221). Sum of RGB (Red+Green+Blue) = 170+15+221=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA0FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FDD is #55F022. Grayscale: #545454. Windows color (decimal): -5632035 or 14487466. OLE color: 14487466.

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

Color convert

RGB 170 15 221 -
CMYK 0.23 0.93 0 0.13
HSL 285.15º 0.87% 0.46% -
HSV(B) 285.15º 0.93% 0.87% -
XYZ 29.8 14.11 69.56 -
YUV 84.83 204.85 188.75 -
System Red Green Blue C M Y K H S L
Decimal 170 15 221 0.23 0.93 0 0.13 285.15 0.87 0.46
Hex AA F DD 17 5D 0 D 11D 57 2E
Octal 252 17 335 27 135 0 15 435 127 56
Binary 10101010 1111 11011101 10111 1011101 0 1101 100011101 1010111 101110

Color Harmonies of #AA0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FDD

Black with #AA0FDD

Text Example


Text Example

White with #AA0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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