#AC03CE

Color #AC03CE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AC03CE

Tints of Dark Violet #AC03CE

Color information

#AC03CE (or 0xAC03CE) is unknown color: approx Dark Violet. HEX triplet: AC, 03 and CE. RGB value is (172,3,206). Sum of RGB (Red+Green+Blue) = 172+3+206=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC03CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03CE is #53FC31. Grayscale: #4C4C4C. Windows color (decimal): -5504050 or 13501356. OLE color: 13501356.

HSL color Cylindrical-coordinate representation of color #AC03CE: hue angle of 289.95º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03CE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1723206-
CMYK0.170.9900.19
HSL289.95º97.13%40.98%-
HSV(B)289.95º98.54%80.78%-
XYZ28.1913.2959.47-
YUV76.67200.99195.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=45.14%
G=0.79%
B=54.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal17232060.170.9900.19289.9597.1340.98
HexAC3CE11630131226129
Octal25433162114302344214151
Binary1010110011110011101000111000110100111001000101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC03CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC03CE; }

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

 H1.HeaderClassName
 {
   color: #AC03CE;
 }
 .AnyTagClassName
 {
   color: #AC03CE;
 }
</style>
background-color css

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

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

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

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

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

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