#A95FAC

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

Shades of Violet Blue #A95FAC

Tints of Violet Blue #A95FAC

Color information

#A95FAC (or 0xA95FAC) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and AC. RGB value is (169,95,172). Sum of RGB (Red+Green+Blue) = 169+95+172=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #A95FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FAC is #56A053. Grayscale: #7D7D7D. Windows color (decimal): -5677140 or 11296681. OLE color: 11296681.

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

Color convert

RGB16995172-
CMYK0.020.4500.33
HSL297.66º31.69%52.35%-
HSV(B)297.66º44.77%67.45%-
XYZ27.919.641.34-
YUV125.9154.02158.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=38.76%
G=21.79%
B=39.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169951720.020.4500.33297.6631.6952.35
HexA95FAC22D02112a2034
Octal2511372542550414524064
Binary10101001101111110101100101011010100001100101010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FAC; }

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

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

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

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

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

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

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

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