Html Css Color HEX #AA16DF Dark Violet

📋 copy color: '#AA16DF'

red 170 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #AA16DF

Tints of Dark Violet #AA16DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 40.96%
G = 5.3%
B = 53.73%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA16DF (or 0xAA16DF) is known color: Dark Violet. HEX triplet: AA, 16 and DF. RGB value is (170,22,223). Sum of RGB (Red+Green+Blue) = 170+22+223=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA16DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16DF is #55E920. Grayscale: #585858. Windows color (decimal): -5630241 or 14620330. OLE color: 14620330.

HSL color Cylindrical-coordinate representation of color #AA16DF: hue angle of 284.18º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16DF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 22 223 -
CMYK 0.24 0.90 0 0.13
HSL 284.18º 0.82% 0.48% -
HSV(B) 284.18º 0.9% 0.87% -
XYZ 30.18 14.45 71.01 -
YUV 89.17 203.53 185.66 -
System Red Green Blue C M Y K H S L
Decimal 170 22 223 0.24 0.90 0 0.13 284.18 0.82 0.48
Hex AA 16 DF 18 5A 0 D 11C 52 30
Octal 252 26 337 30 132 0 15 434 122 60
Binary 10101010 10110 11011111 11000 1011010 0 1101 100011100 1010010 110000

Color Harmonies of #AA16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16DF

Black with #AA16DF

Text Example


Text Example

White with #AA16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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