#A95AAC

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

Shades of Violet Blue #A95AAC

Tints of Violet Blue #A95AAC

Color information

#A95AAC (or 0xA95AAC) is unknown color: approx Violet Blue. HEX triplet: A9, 5A and AC. RGB value is (169,90,172). Sum of RGB (Red+Green+Blue) = 169+90+172=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #A95AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95AAC is #56A553. Grayscale: #7A7A7A. Windows color (decimal): -5678420 or 11295401. OLE color: 11295401.

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

Color convert

RGB16990172-
CMYK0.020.4800.33
HSL297.8º33.06%51.37%-
HSV(B)297.8º47.67%67.45%-
XYZ27.4618.7341.2-
YUV122.97155.67160.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=39.21%
G=20.88%
B=39.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169901720.020.4800.33297.833.0651.37
HexA95AAC23002112a2133
Octal2511322542600414524163
Binary10101001101101010101100101100000100001100101010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95AAC; }

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

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

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

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

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

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

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

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