Html Css Color HEX #AA0ADD Dark Violet

📋 copy color: '#AA0ADD'

red 170 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #AA0ADD

Tints of Dark Violet #AA0ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

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

R = 42.39%
G = 2.49%
B = 55.11%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA0ADD (or 0xAA0ADD) is known color: Dark Violet. HEX triplet: AA, 0A and DD. RGB value is (170,10,221). Sum of RGB (Red+Green+Blue) = 170+10+221=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ADD is #55F522. Grayscale: #515151. Windows color (decimal): -5633315 or 14486186. OLE color: 14486186.

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

Color convert

RGB 170 10 221 -
CMYK 0.23 0.95 0 0.13
HSL 285.5º 0.91% 0.45% -
HSV(B) 285.5º 0.95% 0.87% -
XYZ 29.74 13.98 69.54 -
YUV 81.89 206.51 190.84 -
System Red Green Blue C M Y K H S L
Decimal 170 10 221 0.23 0.95 0 0.13 285.5 0.91 0.45
Hex AA A DD 17 5F 0 D 11D 5B 2D
Octal 252 12 335 27 137 0 15 435 133 55
Binary 10101010 1010 11011101 10111 1011111 0 1101 100011101 1011011 101101

Color Harmonies of #AA0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0ADD

Black with #AA0ADD

Text Example


Text Example

White with #AA0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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