Html Css Color HEX #AC10D9 Dark Violet

📋 copy color: '#AC10D9'

red 172 ◦ green 16 ◦ blue 217

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

Shades of Dark Violet #AC10D9

Tints of Dark Violet #AC10D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

 BLUE value IS 217 (85.16% from 255) = 53.58%

R = 42.47%
G = 3.95%
B = 53.58%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC10D9 (or 0xAC10D9) is known color: Dark Violet. HEX triplet: AC, 10 and D9. RGB value is (172,16,217). Sum of RGB (Red+Green+Blue) = 172+16+217=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10D9 is #53EF26. Grayscale: #545454. Windows color (decimal): -5500711 or 14225580. OLE color: 14225580.

HSL color Cylindrical-coordinate representation of color #AC10D9: hue angle of 286.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10D9 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 16 217 -
CMYK 0.21 0.93 0 0.15
HSL 286.57º 0.86% 0.46% -
HSV(B) 286.57º 0.93% 0.85% -
XYZ 29.72 14.15 66.81 -
YUV 85.56 202.18 189.66 -
System Red Green Blue C M Y K H S L
Decimal 172 16 217 0.21 0.93 0 0.15 286.57 0.86 0.46
Hex AC 10 D9 15 5D 0 F 11F 56 2E
Octal 254 20 331 25 135 0 17 437 126 56
Binary 10101100 10000 11011001 10101 1011101 0 1111 100011111 1010110 101110

Color Harmonies of #AC10D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10D9

Black with #AC10D9

Text Example


Text Example

White with #AC10D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10D9; }

 p { color: rgb(172,16,217); }

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

background-color css

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

 a { background-color: rgb(172,16,217); }

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

border-color css

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

 span { border-color: rgb(172,16,217); }

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