Html Css Color HEX #AC16DF Dark Violet

📋 copy color: '#AC16DF'

red 172 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #AC16DF

Tints of Dark Violet #AC16DF

RGB

 RED value IS 172 (67.58% from 255) = 41.25%

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

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

R = 41.25%
G = 5.28%
B = 53.48%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC16DF (or 0xAC16DF) is known color: Dark Violet. HEX triplet: AC, 16 and DF. RGB value is (172,22,223). Sum of RGB (Red+Green+Blue) = 172+22+223=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC16DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16DF is #53E920. Grayscale: #595959. Windows color (decimal): -5499169 or 14620332. OLE color: 14620332.

HSL color Cylindrical-coordinate representation of color #AC16DF: hue angle of 284.78º 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 #AC16DF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 22 223 -
CMYK 0.23 0.90 0 0.13
HSL 284.78º 0.82% 0.48% -
HSV(B) 284.78º 0.9% 0.87% -
XYZ 30.62 14.67 71.03 -
YUV 89.76 203.2 186.66 -
System Red Green Blue C M Y K H S L
Decimal 172 22 223 0.23 0.90 0 0.13 284.78 0.82 0.48
Hex AC 16 DF 17 5A 0 D 11D 52 30
Octal 254 26 337 27 132 0 15 435 122 60
Binary 10101100 10110 11011111 10111 1011010 0 1101 100011101 1010010 110000

Color Harmonies of #AC16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16DF

Black with #AC16DF

Text Example


Text Example

White with #AC16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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