Html Css Color HEX #AC18DB Dark Violet

📋 copy color: '#AC18DB'

red 172 ◦ green 24 ◦ blue 219

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

Shades of Dark Violet #AC18DB

Tints of Dark Violet #AC18DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 41.45%
G = 5.78%
B = 52.77%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC18DB (or 0xAC18DB) is known color: Dark Violet. HEX triplet: AC, 18 and DB. RGB value is (172,24,219). Sum of RGB (Red+Green+Blue) = 172+24+219=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18DB is #53E724. Grayscale: #595959. Windows color (decimal): -5498661 or 14358700. OLE color: 14358700.

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

Color convert

RGB 172 24 219 -
CMYK 0.21 0.89 0 0.14
HSL 285.54º 0.8% 0.48% -
HSV(B) 285.54º 0.89% 0.86% -
XYZ 30.13 14.54 68.24 -
YUV 90.48 200.53 186.14 -
System Red Green Blue C M Y K H S L
Decimal 172 24 219 0.21 0.89 0 0.14 285.54 0.8 0.48
Hex AC 18 DB 15 59 0 E 11E 50 30
Octal 254 30 333 25 131 0 16 436 120 60
Binary 10101100 11000 11011011 10101 1011001 0 1110 100011110 1010000 110000

Color Harmonies of #AC18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18DB

Black with #AC18DB

Text Example


Text Example

White with #AC18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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