Html Css Color HEX #AA00D0 Dark Violet

📋 copy color: '#AA00D0'

red 170 ◦ green 0 ◦ blue 208

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

Shades of Dark Violet #AA00D0

Tints of Dark Violet #AA00D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.03%

R = 44.97%
G = 0%
B = 55.03%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA00D0 (or 0xAA00D0) is known color: Dark Violet. HEX triplet: AA, 00 and D0. RGB value is (170,0,208). Sum of RGB (Red+Green+Blue) = 170+0+208=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA00D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00D0 is #55FF2F. Grayscale: #494949. Windows color (decimal): -5635888 or 13631658. OLE color: 13631658.

HSL color Cylindrical-coordinate representation of color #AA00D0: hue angle of 289.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00D0 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 0 208 -
CMYK 0.18 1 0 0.18
HSL 289.04º 1% 0.41% -
HSV(B) 289.04º 1% 0.82% -
XYZ 27.96 13.1 60.73 -
YUV 74.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 170 0 208 0.18 1 0 0.18 289.04 1 0.41
Hex AA 0 D0 12 64 0 12 121 64 29
Octal 252 0 320 22 144 0 22 441 144 51
Binary 10101010 0 11010000 10010 1100100 0 10010 100100001 1100100 101001

Color Harmonies of #AA00D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00D0

Black with #AA00D0

Text Example


Text Example

White with #AA00D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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