Html Css Color HEX #AC16DD Dark Violet

📋 copy color: '#AC16DD'

red 172 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #AC16DD

Tints of Dark Violet #AC16DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 41.45%
G = 5.3%
B = 53.25%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC16DD (or 0xAC16DD) is known color: Dark Violet. HEX triplet: AC, 16 and DD. RGB value is (172,22,221). Sum of RGB (Red+Green+Blue) = 172+22+221=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16DD is #53E922. Grayscale: #585858. Windows color (decimal): -5499171 or 14489260. OLE color: 14489260.

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

Color convert

RGB 172 22 221 -
CMYK 0.22 0.90 0 0.13
HSL 285.23º 0.82% 0.48% -
HSV(B) 285.23º 0.9% 0.87% -
XYZ 30.35 14.56 69.62 -
YUV 89.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 172 22 221 0.22 0.90 0 0.13 285.23 0.82 0.48
Hex AC 16 DD 16 5A 0 D 11D 52 30
Octal 254 26 335 26 132 0 15 435 122 60
Binary 10101100 10110 11011101 10110 1011010 0 1101 100011101 1010010 110000

Color Harmonies of #AC16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16DD

Black with #AC16DD

Text Example


Text Example

White with #AC16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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