#AC61AD

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

Shades of Violet Blue #AC61AD

Tints of Violet Blue #AC61AD

Color information

#AC61AD (or 0xAC61AD) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and AD. RGB value is (172,97,173). Sum of RGB (Red+Green+Blue) = 172+97+173=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC61AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61AD is #539E52. Grayscale: #7F7F7F. Windows color (decimal): -5480019 or 11362732. OLE color: 11362732.

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

Color convert

RGB17297173-
CMYK0.010.4400.32
HSL299.21º31.67%52.94%-
HSV(B)299.21º43.93%67.84%-
XYZ28.8320.3441.94-
YUV128.09153.35159.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=38.91%
G=21.95%
B=39.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172971730.010.4400.32299.2131.6752.94
HexAC61AD12C02012b2035
Octal2541412551540404534065
Binary1010110011000011010110111011000100000100101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61AD; }

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

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

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

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

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

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

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

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