Html Css Color HEX #AA16D3 Dark Violet

📋 copy color: '#AA16D3'

red 170 ◦ green 22 ◦ blue 211

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

Shades of Dark Violet #AA16D3

Tints of Dark Violet #AA16D3

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

 BLUE value IS 211 (82.81% from 255) = 52.36%

R = 42.18%
G = 5.46%
B = 52.36%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA16D3 (or 0xAA16D3) is known color: Dark Violet. HEX triplet: AA, 16 and D3. RGB value is (170,22,211). Sum of RGB (Red+Green+Blue) = 170+22+211=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA16D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16D3 is #55E92C. Grayscale: #575757. Windows color (decimal): -5630253 or 13833898. OLE color: 13833898.

HSL color Cylindrical-coordinate representation of color #AA16D3: hue angle of 286.98º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16D3 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 22 211 -
CMYK 0.19 0.90 0 0.17
HSL 286.98º 0.81% 0.46% -
HSV(B) 286.98º 0.9% 0.83% -
XYZ 28.62 13.82 62.79 -
YUV 87.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 170 22 211 0.19 0.90 0 0.17 286.98 0.81 0.46
Hex AA 16 D3 13 5A 0 11 11F 51 2E
Octal 252 26 323 23 132 0 21 437 121 56
Binary 10101010 10110 11010011 10011 1011010 0 10001 100011111 1010001 101110

Color Harmonies of #AA16D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16D3

Black with #AA16D3

Text Example


Text Example

White with #AA16D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16D3; }

 p { color: rgb(170,22,211); }

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

background-color css

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

 a { background-color: rgb(170,22,211); }

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

border-color css

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

 span { border-color: rgb(170,22,211); }

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