Html Css Color HEX #AC14DB Dark Violet

📋 copy color: '#AC14DB'

red 172 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #AC14DB

Tints of Dark Violet #AC14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

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

R = 41.85%
G = 4.87%
B = 53.28%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC14DB (or 0xAC14DB) is known color: Dark Violet. HEX triplet: AC, 14 and DB. RGB value is (172,20,219). Sum of RGB (Red+Green+Blue) = 172+20+219=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14DB is #53EB24. Grayscale: #575757. Windows color (decimal): -5499685 or 14357676. OLE color: 14357676.

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

Color convert

RGB 172 20 219 -
CMYK 0.21 0.91 0 0.14
HSL 285.83º 0.83% 0.47% -
HSV(B) 285.83º 0.91% 0.86% -
XYZ 30.05 14.39 68.21 -
YUV 88.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 172 20 219 0.21 0.91 0 0.14 285.83 0.83 0.47
Hex AC 14 DB 15 5B 0 E 11E 53 2F
Octal 254 24 333 25 133 0 16 436 123 57
Binary 10101100 10100 11011011 10101 1011011 0 1110 100011110 1010011 101111

Color Harmonies of #AC14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14DB

Black with #AC14DB

Text Example


Text Example

White with #AC14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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