#AC61AB

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

Shades of Violet Blue #AC61AB

Tints of Violet Blue #AC61AB

Color information

#AC61AB (or 0xAC61AB) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and AB. RGB value is (172,97,171). Sum of RGB (Red+Green+Blue) = 172+97+171=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61AB is #539E54. Grayscale: #7F7F7F. Windows color (decimal): -5480021 or 11231660. OLE color: 11231660.

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

Color convert

RGB17297171-
CMYK00.440.010.33
HSL300.8º31.12%52.75%-
HSV(B)300.8º43.6%67.45%-
XYZ28.6420.2640.93-
YUV127.86152.35159.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=39.09%
G=22.05%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729717100.440.010.33300.831.1252.75
HexAC61AB02C12112d1f35
Octal2541412530541414553765
Binary101011001100001101010110101100110000110010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61AB; }

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

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

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

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

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

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

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

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