#AC0DCF

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

Shades of Dark Violet #AC0DCF

Tints of Dark Violet #AC0DCF

Color information

#AC0DCF (or 0xAC0DCF) is unknown color: approx Dark Violet. HEX triplet: AC, 0D and CF. RGB value is (172,13,207). Sum of RGB (Red+Green+Blue) = 172+13+207=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC0DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DCF is #53F230. Grayscale: #525252. Windows color (decimal): -5501489 or 13569452. OLE color: 13569452.

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

Color convert

RGB17213207-
CMYK0.170.9400.19
HSL289.18º88.18%43.14%-
HSV(B)289.18º93.72%81.18%-
XYZ28.4213.5660.15-
YUV82.66198.18191.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 13 (5.47% from 255) = 3.32%
BLUE value IS 207 (81.25% from 255) = 52.81%
R=43.88%
G=3.32%
B=52.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172132070.170.9400.19289.1888.1843.14
HexACDCF115E013121582b
Octal254153172113602344113053
Binary101011001101110011111000110111100100111001000011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0DCF; }

 p { color: rgb(172,13,207); }

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

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

 a { background-color: rgb(172,13,207); }

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

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

 span { border-color: rgb(172,13,207); }

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