Html Css Color HEX #AA16CD Dark Violet

📋 copy color: '#AA16CD'

red 170 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #AA16CD

Tints of Dark Violet #AA16CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 42.82%
G = 5.54%
B = 51.64%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA16CD (or 0xAA16CD) is known color: Dark Violet. HEX triplet: AA, 16 and CD. RGB value is (170,22,205). Sum of RGB (Red+Green+Blue) = 170+22+205=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16CD is #55E932. Grayscale: #565656. Windows color (decimal): -5630259 or 13440682. OLE color: 13440682.

HSL color Cylindrical-coordinate representation of color #AA16CD: hue angle of 288.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16CD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 22 205 -
CMYK 0.17 0.89 0 0.20
HSL 288.52º 0.81% 0.45% -
HSV(B) 288.52º 0.89% 0.8% -
XYZ 27.88 13.53 58.9 -
YUV 87.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 170 22 205 0.17 0.89 0 0.20 288.52 0.81 0.45
Hex AA 16 CD 11 59 0 14 121 51 2D
Octal 252 26 315 21 131 0 24 441 121 55
Binary 10101010 10110 11001101 10001 1011001 0 10100 100100001 1010001 101101

Color Harmonies of #AA16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16CD

Black with #AA16CD

Text Example


Text Example

White with #AA16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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