#A961AC

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

Shades of Violet Blue #A961AC

Tints of Violet Blue #A961AC

Color information

#A961AC (or 0xA961AC) is unknown color: approx Violet Blue. HEX triplet: A9, 61 and AC. RGB value is (169,97,172). Sum of RGB (Red+Green+Blue) = 169+97+172=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #A961AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A961AC is #569E53. Grayscale: #7E7E7E. Windows color (decimal): -5676628 or 11297193. OLE color: 11297193.

HSL color Cylindrical-coordinate representation of color #A961AC: hue angle of 297.6º 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 #A961AC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16997172-
CMYK0.020.4400.33
HSL297.6º31.12%52.75%-
HSV(B)297.6º43.6%67.45%-
XYZ28.0819.9641.4-
YUV127.08153.35157.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=38.58%
G=22.15%
B=39.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169971720.020.4400.33297.631.1252.75
HexA961AC22C02112a1f35
Octal2511412542540414523765
Binary1010100111000011010110010101100010000110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961AC; }

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

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

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

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

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

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

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

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