#AC5CAB

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

Shades of Violet Blue #AC5CAB

Tints of Violet Blue #AC5CAB

Color information

#AC5CAB (or 0xAC5CAB) is unknown color: approx Violet Blue. HEX triplet: AC, 5C and AB. RGB value is (172,92,171). Sum of RGB (Red+Green+Blue) = 172+92+171=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5CAB is #53A354. Grayscale: #7C7C7C. Windows color (decimal): -5481301 or 11230380. OLE color: 11230380.

HSL color Cylindrical-coordinate representation of color #AC5CAB: hue angle of 300.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5CAB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17292171-
CMYK00.470.010.33
HSL300.75º32.52%51.76%-
HSV(B)300.75º46.51%67.45%-
XYZ28.1919.3740.78-
YUV124.93154161.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=39.54%
G=21.15%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729217100.470.010.33300.7532.5251.76
HexAC5CAB02F12112d2134
Octal2541342530571414554164
Binary1010110010111001010101101011111100001100101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CAB; }

 p { color: rgb(172,92,171); }

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

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

 a { background-color: rgb(172,92,171); }

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

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

 span { border-color: rgb(172,92,171); }

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