Html Css Color HEX #AC18DA Dark Violet

📋 copy color: '#AC18DA'

red 172 ◦ green 24 ◦ blue 218

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

Shades of Dark Violet #AC18DA

Tints of Dark Violet #AC18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 41.55%
G = 5.8%
B = 52.66%

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

#AC18DA (or 0xAC18DA) is known color: Dark Violet. HEX triplet: AC, 18 and DA. RGB value is (172,24,218). Sum of RGB (Red+Green+Blue) = 172+24+218=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC18DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18DA is #53E725. Grayscale: #595959. Windows color (decimal): -5498662 or 14293164. OLE color: 14293164.

HSL color Cylindrical-coordinate representation of color #AC18DA: hue angle of 285.77º 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 #AC18DA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 24 218 -
CMYK 0.21 0.89 0 0.15
HSL 285.77º 0.8% 0.47% -
HSV(B) 285.77º 0.89% 0.85% -
XYZ 29.99 14.49 67.54 -
YUV 90.37 200.03 186.23 -
System Red Green Blue C M Y K H S L
Decimal 172 24 218 0.21 0.89 0 0.15 285.77 0.8 0.47
Hex AC 18 DA 15 59 0 F 11E 50 2F
Octal 254 30 332 25 131 0 17 436 120 57
Binary 10101100 11000 11011010 10101 1011001 0 1111 100011110 1010000 101111

Color Harmonies of #AC18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18DA

Black with #AC18DA

Text Example


Text Example

White with #AC18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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