Html Css Color HEX #AA10D6 Dark Violet

📋 copy color: '#AA10D6'

red 170 ◦ green 16 ◦ blue 214

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

Shades of Dark Violet #AA10D6

Tints of Dark Violet #AA10D6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4%

 BLUE value IS 214 (83.98% from 255) = 53.5%

R = 42.5%
G = 4%
B = 53.5%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA10D6 (or 0xAA10D6) is known color: Dark Violet. HEX triplet: AA, 10 and D6. RGB value is (170,16,214). Sum of RGB (Red+Green+Blue) = 170+16+214=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA10D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10D6 is #55EF29. Grayscale: #535353. Windows color (decimal): -5631786 or 14028970. OLE color: 14028970.

HSL color Cylindrical-coordinate representation of color #AA10D6: hue angle of 286.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA10D6 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 16 214 -
CMYK 0.21 0.93 0 0.16
HSL 286.67º 0.86% 0.45% -
HSV(B) 286.67º 0.93% 0.84% -
XYZ 28.9 13.77 64.75 -
YUV 84.62 201.02 188.9 -
System Red Green Blue C M Y K H S L
Decimal 170 16 214 0.21 0.93 0 0.16 286.67 0.86 0.45
Hex AA 10 D6 15 5D 0 10 11F 56 2D
Octal 252 20 326 25 135 0 20 437 126 55
Binary 10101010 10000 11010110 10101 1011101 0 10000 100011111 1010110 101101

Color Harmonies of #AA10D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10D6

Black with #AA10D6

Text Example


Text Example

White with #AA10D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10D6; }

 p { color: rgb(170,16,214); }

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

background-color css

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

 a { background-color: rgb(170,16,214); }

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

border-color css

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

 span { border-color: rgb(170,16,214); }

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