Html Css Color HEX #AC13DF Dark Violet

📋 copy color: '#AC13DF'

red 172 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #AC13DF

Tints of Dark Violet #AC13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.59%

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

R = 41.55%
G = 4.59%
B = 53.86%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC13DF (or 0xAC13DF) is known color: Dark Violet. HEX triplet: AC, 13 and DF. RGB value is (172,19,223). Sum of RGB (Red+Green+Blue) = 172+19+223=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13DF is #53EC20. Grayscale: #575757. Windows color (decimal): -5499937 or 14619564. OLE color: 14619564.

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

Color convert

RGB 172 19 223 -
CMYK 0.23 0.91 0 0.13
HSL 285º 0.84% 0.47% -
HSV(B) 285º 0.91% 0.87% -
XYZ 30.57 14.56 71.01 -
YUV 88 204.19 187.91 -
System Red Green Blue C M Y K H S L
Decimal 172 19 223 0.23 0.91 0 0.13 285 0.84 0.47
Hex AC 13 DF 17 5B 0 D 11D 54 2F
Octal 254 23 337 27 133 0 15 435 124 57
Binary 10101100 10011 11011111 10111 1011011 0 1101 100011101 1010100 101111

Color Harmonies of #AC13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13DF

Black with #AC13DF

Text Example


Text Example

White with #AC13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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