Html Css Color HEX #AC13DB Dark Violet

📋 copy color: '#AC13DB'

red 172 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #AC13DB

Tints of Dark Violet #AC13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.63%

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

R = 41.95%
G = 4.63%
B = 53.41%

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

#AC13DB (or 0xAC13DB) is known color: Dark Violet. HEX triplet: AC, 13 and DB. RGB value is (172,19,219). Sum of RGB (Red+Green+Blue) = 172+19+219=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13DB is #53EC24. Grayscale: #565656. Windows color (decimal): -5499941 or 14357420. OLE color: 14357420.

HSL color Cylindrical-coordinate representation of color #AC13DB: hue angle of 285.9º degrees, saturation: 0.84, 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 #AC13DB is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 19 219 -
CMYK 0.21 0.91 0 0.14
HSL 285.9º 0.84% 0.47% -
HSV(B) 285.9º 0.91% 0.86% -
XYZ 30.03 14.35 68.2 -
YUV 87.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 172 19 219 0.21 0.91 0 0.14 285.9 0.84 0.47
Hex AC 13 DB 15 5B 0 E 11E 54 2F
Octal 254 23 333 25 133 0 16 436 124 57
Binary 10101100 10011 11011011 10101 1011011 0 1110 100011110 1010100 101111

Color Harmonies of #AC13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13DB

Black with #AC13DB

Text Example


Text Example

White with #AC13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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