Html Css Color HEX #AA10DA Dark Violet

📋 copy color: '#AA10DA'

red 170 ◦ green 16 ◦ blue 218

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

Shades of Dark Violet #AA10DA

Tints of Dark Violet #AA10DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 42.08%
G = 3.96%
B = 53.96%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA10DA (or 0xAA10DA) is known color: Dark Violet. HEX triplet: AA, 10 and DA. RGB value is (170,16,218). Sum of RGB (Red+Green+Blue) = 170+16+218=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA10DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10DA is #55EF25. Grayscale: #545454. Windows color (decimal): -5631782 or 14291114. OLE color: 14291114.

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

Color convert

RGB 170 16 218 -
CMYK 0.22 0.93 0 0.15
HSL 285.74º 0.86% 0.46% -
HSV(B) 285.74º 0.93% 0.85% -
XYZ 29.42 13.98 67.48 -
YUV 85.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 170 16 218 0.22 0.93 0 0.15 285.74 0.86 0.46
Hex AA 10 DA 16 5D 0 F 11E 56 2E
Octal 252 20 332 26 135 0 17 436 126 56
Binary 10101010 10000 11011010 10110 1011101 0 1111 100011110 1010110 101110

Color Harmonies of #AA10DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10DA

Black with #AA10DA

Text Example


Text Example

White with #AA10DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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