Html Css Color HEX #AA0CDB Dark Violet

📋 copy color: '#AA0CDB'

red 170 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #AA0CDB

Tints of Dark Violet #AA0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 42.39%
G = 2.99%
B = 54.61%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA0CDB (or 0xAA0CDB) is known color: Dark Violet. HEX triplet: AA, 0C and DB. RGB value is (170,12,219). Sum of RGB (Red+Green+Blue) = 170+12+219=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CDB is #55F324. Grayscale: #525252. Windows color (decimal): -5632805 or 14355626. OLE color: 14355626.

HSL color Cylindrical-coordinate representation of color #AA0CDB: hue angle of 285.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CDB is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 12 219 -
CMYK 0.22 0.95 0 0.14
HSL 285.8º 0.9% 0.45% -
HSV(B) 285.8º 0.95% 0.86% -
XYZ 29.5 13.92 68.15 -
YUV 82.84 204.85 190.17 -
System Red Green Blue C M Y K H S L
Decimal 170 12 219 0.22 0.95 0 0.14 285.8 0.9 0.45
Hex AA C DB 16 5F 0 E 11E 5A 2D
Octal 252 14 333 26 137 0 16 436 132 55
Binary 10101010 1100 11011011 10110 1011111 0 1110 100011110 1011010 101101

Color Harmonies of #AA0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CDB

Black with #AA0CDB

Text Example


Text Example

White with #AA0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CDB; }

 p { color: rgb(170,12,219); }

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

background-color css

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

 a { background-color: rgb(170,12,219); }

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

border-color css

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

 span { border-color: rgb(170,12,219); }

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