Html Css Color HEX #AC10DF Dark Violet

📋 copy color: '#AC10DF'

red 172 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #AC10DF

Tints of Dark Violet #AC10DF

RGB

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

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

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

R = 41.85%
G = 3.89%
B = 54.26%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC10DF (or 0xAC10DF) is known color: Dark Violet. HEX triplet: AC, 10 and DF. RGB value is (172,16,223). Sum of RGB (Red+Green+Blue) = 172+16+223=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10DF is #53EF20. Grayscale: #555555. Windows color (decimal): -5500705 or 14618796. OLE color: 14618796.

HSL color Cylindrical-coordinate representation of color #AC10DF: hue angle of 285.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10DF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 16 223 -
CMYK 0.23 0.93 0 0.13
HSL 285.22º 0.87% 0.47% -
HSV(B) 285.22º 0.93% 0.87% -
XYZ 30.52 14.47 71 -
YUV 86.24 205.18 189.17 -
System Red Green Blue C M Y K H S L
Decimal 172 16 223 0.23 0.93 0 0.13 285.22 0.87 0.47
Hex AC 10 DF 17 5D 0 D 11D 57 2F
Octal 254 20 337 27 135 0 15 435 127 57
Binary 10101100 10000 11011111 10111 1011101 0 1101 100011101 1010111 101111

Color Harmonies of #AC10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10DF

Black with #AC10DF

Text Example


Text Example

White with #AC10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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