Html Css Color HEX #AC18DF Dark Violet

📋 copy color: '#AC18DF'

red 172 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #AC18DF

Tints of Dark Violet #AC18DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.73%

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

R = 41.05%
G = 5.73%
B = 53.22%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC18DF (or 0xAC18DF) is known color: Dark Violet. HEX triplet: AC, 18 and DF. RGB value is (172,24,223). Sum of RGB (Red+Green+Blue) = 172+24+223=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18DF is #53E720. Grayscale: #5A5A5A. Windows color (decimal): -5498657 or 14620844. OLE color: 14620844.

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

Color convert

RGB 172 24 223 -
CMYK 0.23 0.89 0 0.13
HSL 284.62º 0.81% 0.48% -
HSV(B) 284.62º 0.89% 0.87% -
XYZ 30.66 14.75 71.04 -
YUV 90.94 202.53 185.82 -
System Red Green Blue C M Y K H S L
Decimal 172 24 223 0.23 0.89 0 0.13 284.62 0.81 0.48
Hex AC 18 DF 17 59 0 D 11D 51 30
Octal 254 30 337 27 131 0 15 435 121 60
Binary 10101100 11000 11011111 10111 1011001 0 1101 100011101 1010001 110000

Color Harmonies of #AC18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18DF

Black with #AC18DF

Text Example


Text Example

White with #AC18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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