Html Css Color HEX #AC03DB Dark Violet

📋 copy color: '#AC03DB'

red 172 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #AC03DB

Tints of Dark Violet #AC03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 43.65%
G = 0.76%
B = 55.58%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC03DB (or 0xAC03DB) is known color: Dark Violet. HEX triplet: AC, 03 and DB. RGB value is (172,3,219). Sum of RGB (Red+Green+Blue) = 172+3+219=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03DB is #53FC24. Grayscale: #4D4D4D. Windows color (decimal): -5504037 or 14353324. OLE color: 14353324.

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

Color convert

RGB 172 3 219 -
CMYK 0.21 0.99 0 0.14
HSL 286.94º 0.97% 0.44% -
HSV(B) 286.94º 0.99% 0.86% -
XYZ 29.83 13.95 68.14 -
YUV 78.16 207.49 194.94 -
System Red Green Blue C M Y K H S L
Decimal 172 3 219 0.21 0.99 0 0.14 286.94 0.97 0.44
Hex AC 3 DB 15 63 0 E 11F 61 2C
Octal 254 3 333 25 143 0 16 437 141 54
Binary 10101100 11 11011011 10101 1100011 0 1110 100011111 1100001 101100

Color Harmonies of #AC03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03DB

Black with #AC03DB

Text Example


Text Example

White with #AC03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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