#AC17CD

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

Shades of Dark Violet #AC17CD

Tints of Dark Violet #AC17CD

Color information

#AC17CD (or 0xAC17CD) is unknown color: approx Dark Violet. HEX triplet: AC, 17 and CD. RGB value is (172,23,205). Sum of RGB (Red+Green+Blue) = 172+23+205=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC17CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17CD is #53E832. Grayscale: #575757. Windows color (decimal): -5498931 or 13440940. OLE color: 13440940.

HSL color Cylindrical-coordinate representation of color #AC17CD: hue angle of 289.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC17CD is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17223205-
CMYK0.160.8900.20
HSL289.12º79.82%44.71%-
HSV(B)289.12º88.78%80.39%-
XYZ28.3413.7958.93-
YUV88.3193.86187.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 23 (9.38% from 255) = 5.75%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=43%
G=5.75%
B=51.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172232050.160.8900.20289.1279.8244.71
HexAC17CD1059014121502d
Octal254273152013102444112055
Binary1010110010111110011011000010110010101001001000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC17CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC17CD; }

 p { color: rgb(172,23,205); }

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

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

 a { background-color: rgb(172,23,205); }

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

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

 span { border-color: rgb(172,23,205); }

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