Html Css Color HEX #AC0FDB Dark Violet

📋 copy color: '#AC0FDB'

red 172 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #AC0FDB

Tints of Dark Violet #AC0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

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

R = 42.36%
G = 3.69%
B = 53.94%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC0FDB (or 0xAC0FDB) is known color: Dark Violet. HEX triplet: AC, 0F and DB. RGB value is (172,15,219). Sum of RGB (Red+Green+Blue) = 172+15+219=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FDB is #53F024. Grayscale: #545454. Windows color (decimal): -5500965 or 14356396. OLE color: 14356396.

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

Color convert

RGB 172 15 219 -
CMYK 0.21 0.93 0 0.14
HSL 286.18º 0.87% 0.46% -
HSV(B) 286.18º 0.93% 0.86% -
XYZ 29.97 14.23 68.18 -
YUV 85.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 172 15 219 0.21 0.93 0 0.14 286.18 0.87 0.46
Hex AC F DB 15 5D 0 E 11E 57 2E
Octal 254 17 333 25 135 0 16 436 127 56
Binary 10101100 1111 11011011 10101 1011101 0 1110 100011110 1010111 101110

Color Harmonies of #AC0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FDB

Black with #AC0FDB

Text Example


Text Example

White with #AC0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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