Html Css Color HEX #AA00DB Dark Violet

📋 copy color: '#AA00DB'

red 170 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #AA00DB

Tints of Dark Violet #AA00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.7%
G = 0%
B = 56.3%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA00DB (or 0xAA00DB) is known color: Dark Violet. HEX triplet: AA, 00 and DB. RGB value is (170,0,219). Sum of RGB (Red+Green+Blue) = 170+0+219=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA00DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00DB is #55FF24. Grayscale: #4B4B4B. Windows color (decimal): -5635877 or 14352554. OLE color: 14352554.

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

Color convert

RGB 170 0 219 -
CMYK 0.22 1 0 0.14
HSL 286.58º 1% 0.43% -
HSV(B) 286.58º 1% 0.86% -
XYZ 29.36 13.66 68.11 -
YUV 75.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 170 0 219 0.22 1 0 0.14 286.58 1 0.43
Hex AA 0 DB 16 64 0 E 11F 64 2B
Octal 252 0 333 26 144 0 16 437 144 53
Binary 10101010 0 11011011 10110 1100100 0 1110 100011111 1100100 101011

Color Harmonies of #AA00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00DB

Black with #AA00DB

Text Example


Text Example

White with #AA00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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