#AC00BF

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

Shades of Dark Violet #AC00BF

Tints of Dark Violet #AC00BF

Color information

#AC00BF (or 0xAC00BF) is unknown color: approx Dark Violet. HEX triplet: AC, 00 and BF. RGB value is (172,0,191). Sum of RGB (Red+Green+Blue) = 172+0+191=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BF is #53FF40. Grayscale: #484848. Windows color (decimal): -5504833 or 12517548. OLE color: 12517548.

HSL color Cylindrical-coordinate representation of color #AC00BF: hue angle of 294.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00BF is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1720191-
CMYK0.10100.25
HSL294.03º100%37.45%-
HSV(B)294.03º100%74.9%-
XYZ26.4212.5350.32-
YUV73.2194.48198.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 52.62%
R=47.38%
G=0%
B=52.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17201910.10100.25294.0310037.45
HexAC0BFA640191266425
Octal25402771214403144614445
Binary10101100010111111101011001000110011001001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00BF; }

 p { color: rgb(172,0,191); }

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

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

 a { background-color: rgb(172,0,191); }

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

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

 span { border-color: rgb(172,0,191); }

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