Html Css Color HEX #AA0BDD Dark Violet

📋 copy color: '#AA0BDD'

red 170 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #AA0BDD

Tints of Dark Violet #AA0BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

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

R = 42.29%
G = 2.74%
B = 54.98%

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

#AA0BDD (or 0xAA0BDD) is known color: Dark Violet. HEX triplet: AA, 0B and DD. RGB value is (170,11,221). Sum of RGB (Red+Green+Blue) = 170+11+221=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BDD is #55F422. Grayscale: #515151. Windows color (decimal): -5633059 or 14486442. OLE color: 14486442.

HSL color Cylindrical-coordinate representation of color #AA0BDD: hue angle of 285.43º 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 #AA0BDD is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 11 221 -
CMYK 0.23 0.95 0 0.13
HSL 285.43º 0.91% 0.45% -
HSV(B) 285.43º 0.95% 0.87% -
XYZ 29.75 14.01 69.54 -
YUV 82.48 206.18 190.42 -
System Red Green Blue C M Y K H S L
Decimal 170 11 221 0.23 0.95 0 0.13 285.43 0.91 0.45
Hex AA B DD 17 5F 0 D 11D 5B 2D
Octal 252 13 335 27 137 0 15 435 133 55
Binary 10101010 1011 11011101 10111 1011111 0 1101 100011101 1011011 101101

Color Harmonies of #AA0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BDD

Black with #AA0BDD

Text Example


Text Example

White with #AA0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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