#AC5FAF

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

Shades of Violet Blue #AC5FAF

Tints of Violet Blue #AC5FAF

Color information

#AC5FAF (or 0xAC5FAF) is unknown color: approx Violet Blue. HEX triplet: AC, 5F and AF. RGB value is (172,95,175). Sum of RGB (Red+Green+Blue) = 172+95+175=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC5FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5FAF is #53A050. Grayscale: #7E7E7E. Windows color (decimal): -5480529 or 11493292. OLE color: 11493292.

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

Color convert

RGB17295175-
CMYK0.020.4600.31
HSL297.75º33.33%52.94%-
HSV(B)297.75º45.71%68.63%-
XYZ28.8420.0542.91-
YUV127.14155.01160-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=38.91%
G=21.49%
B=39.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172951750.020.4600.31297.7533.3352.94
HexAC5FAF22E01F12a2135
Octal2541372572560374524165
Binary1010110010111111010111110101110011111100101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FAF; }

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

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

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

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

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

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

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

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