Html Css Color HEX #AA0FDC Dark Violet

📋 copy color: '#AA0FDC'

red 170 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #AA0FDC

Tints of Dark Violet #AA0FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

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

R = 41.98%
G = 3.7%
B = 54.32%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA0FDC (or 0xAA0FDC) is known color: Dark Violet. HEX triplet: AA, 0F and DC. RGB value is (170,15,220). Sum of RGB (Red+Green+Blue) = 170+15+220=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA0FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FDC is #55F023. Grayscale: #545454. Windows color (decimal): -5632036 or 14421930. OLE color: 14421930.

HSL color Cylindrical-coordinate representation of color #AA0FDC: hue angle of 285.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FDC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 15 220 -
CMYK 0.23 0.93 0 0.14
HSL 285.37º 0.87% 0.46% -
HSV(B) 285.37º 0.93% 0.86% -
XYZ 29.67 14.06 68.86 -
YUV 84.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 170 15 220 0.23 0.93 0 0.14 285.37 0.87 0.46
Hex AA F DC 17 5D 0 E 11D 57 2E
Octal 252 17 334 27 135 0 16 435 127 56
Binary 10101010 1111 11011100 10111 1011101 0 1110 100011101 1010111 101110

Color Harmonies of #AA0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FDC

Black with #AA0FDC

Text Example


Text Example

White with #AA0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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