Html Css Color HEX #AC18D9 Dark Violet

📋 copy color: '#AC18D9'

red 172 ◦ green 24 ◦ blue 217

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

Shades of Dark Violet #AC18D9

Tints of Dark Violet #AC18D9

RGB

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

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

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

R = 41.65%
G = 5.81%
B = 52.54%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC18D9 (or 0xAC18D9) is known color: Dark Violet. HEX triplet: AC, 18 and D9. RGB value is (172,24,217). Sum of RGB (Red+Green+Blue) = 172+24+217=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC18D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18D9 is #53E726. Grayscale: #595959. Windows color (decimal): -5498663 or 14227628. OLE color: 14227628.

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

Color convert

RGB 172 24 217 -
CMYK 0.21 0.89 0 0.15
HSL 286.01º 0.8% 0.47% -
HSV(B) 286.01º 0.89% 0.85% -
XYZ 29.86 14.43 66.86 -
YUV 90.25 199.53 186.31 -
System Red Green Blue C M Y K H S L
Decimal 172 24 217 0.21 0.89 0 0.15 286.01 0.8 0.47
Hex AC 18 D9 15 59 0 F 11E 50 2F
Octal 254 30 331 25 131 0 17 436 120 57
Binary 10101100 11000 11011001 10101 1011001 0 1111 100011110 1010000 101111

Color Harmonies of #AC18D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18D9

Black with #AC18D9

Text Example


Text Example

White with #AC18D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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