Html Css Color HEX #AA01DC Dark Violet

📋 copy color: '#AA01DC'

red 170 ◦ green 1 ◦ blue 220

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

Shades of Dark Violet #AA01DC

Tints of Dark Violet #AA01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 43.48%
G = 0.26%
B = 56.27%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA01DC (or 0xAA01DC) is known color: Dark Violet. HEX triplet: AA, 01 and DC. RGB value is (170,1,220). Sum of RGB (Red+Green+Blue) = 170+1+220=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA01DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01DC is #55FE23. Grayscale: #4B4B4B. Windows color (decimal): -5635620 or 14418346. OLE color: 14418346.

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

Color convert

RGB 170 1 220 -
CMYK 0.23 1.00 0 0.14
HSL 286.3º 0.99% 0.43% -
HSV(B) 286.3º 1% 0.86% -
XYZ 29.51 13.74 68.81 -
YUV 76.5 208.99 194.69 -
System Red Green Blue C M Y K H S L
Decimal 170 1 220 0.23 1.00 0 0.14 286.3 0.99 0.43
Hex AA 1 DC 17 64 0 E 11E 63 2B
Octal 252 1 334 27 144 0 16 436 143 53
Binary 10101010 1 11011100 10111 1100100 0 1110 100011110 1100011 101011

Color Harmonies of #AA01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01DC

Black with #AA01DC

Text Example


Text Example

White with #AA01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01DC; }

 p { color: rgb(170,1,220); }

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

background-color css

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

 a { background-color: rgb(170,1,220); }

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

border-color css

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

 span { border-color: rgb(170,1,220); }

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