#AC5AAB

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

Shades of Violet Blue #AC5AAB

Tints of Violet Blue #AC5AAB

Color information

#AC5AAB (or 0xAC5AAB) is unknown color: approx Violet Blue. HEX triplet: AC, 5A and AB. RGB value is (172,90,171). Sum of RGB (Red+Green+Blue) = 172+90+171=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AAB is #53A554. Grayscale: #7B7B7B. Windows color (decimal): -5481813 or 11229868. OLE color: 11229868.

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

Color convert

RGB17290171-
CMYK00.480.010.33
HSL300.73º33.06%51.37%-
HSV(B)300.73º47.67%67.45%-
XYZ28.0219.0240.72-
YUV123.75154.67162.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=39.72%
G=20.79%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729017100.480.010.33300.7333.0651.37
HexAC5AAB03012112d2133
Octal2541322530601414554163
Binary1010110010110101010101101100001100001100101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5AAB; }

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

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

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

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

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

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

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

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