Html Css Color HEX #AC05DB Dark Violet

📋 copy color: '#AC05DB'

red 172 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #AC05DB

Tints of Dark Violet #AC05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 43.43%
G = 1.26%
B = 55.3%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC05DB (or 0xAC05DB) is known color: Dark Violet. HEX triplet: AC, 05 and DB. RGB value is (172,5,219). Sum of RGB (Red+Green+Blue) = 172+5+219=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05DB is #53FA24. Grayscale: #4E4E4E. Windows color (decimal): -5503525 or 14353836. OLE color: 14353836.

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

Color convert

RGB 172 5 219 -
CMYK 0.21 0.98 0 0.14
HSL 286.82º 0.96% 0.44% -
HSV(B) 286.82º 0.98% 0.86% -
XYZ 29.85 13.99 68.15 -
YUV 79.33 206.83 194.1 -
System Red Green Blue C M Y K H S L
Decimal 172 5 219 0.21 0.98 0 0.14 286.82 0.96 0.44
Hex AC 5 DB 15 62 0 E 11F 60 2C
Octal 254 5 333 25 142 0 16 437 140 54
Binary 10101100 101 11011011 10101 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AC05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05DB

Black with #AC05DB

Text Example


Text Example

White with #AC05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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