#AC5BAF

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

Shades of Violet Blue #AC5BAF

Tints of Violet Blue #AC5BAF

Color information

#AC5BAF (or 0xAC5BAF) is unknown color: approx Violet Blue. HEX triplet: AC, 5B and AF. RGB value is (172,91,175). Sum of RGB (Red+Green+Blue) = 172+91+175=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5BAF is #53A450. Grayscale: #7C7C7C. Windows color (decimal): -5481553 or 11492268. OLE color: 11492268.

HSL color Cylindrical-coordinate representation of color #AC5BAF: hue angle of 297.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5BAF is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17291175-
CMYK0.020.4800.31
HSL297.86º34.43%52.16%-
HSV(B)297.86º48%68.63%-
XYZ28.4919.3542.79-
YUV124.8156.34161.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=39.27%
G=20.78%
B=39.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172911750.020.4800.31297.8634.4352.16
HexAC5BAF23001F12a2234
Octal2541332572600374524264
Binary1010110010110111010111110110000011111100101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BAF; }

 p { color: rgb(172,91,175); }

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

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

 a { background-color: rgb(172,91,175); }

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

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

 span { border-color: rgb(172,91,175); }

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