#A95FAE

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

Shades of Violet Blue #A95FAE

Tints of Violet Blue #A95FAE

Color information

#A95FAE (or 0xA95FAE) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and AE. RGB value is (169,95,174). Sum of RGB (Red+Green+Blue) = 169+95+174=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #A95FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FAE is #56A051. Grayscale: #7D7D7D. Windows color (decimal): -5677138 or 11427753. OLE color: 11427753.

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

Color convert

RGB16995174-
CMYK0.030.4500.32
HSL296.2º32.78%52.75%-
HSV(B)296.2º45.4%68.24%-
XYZ28.0919.6842.36-
YUV126.13155.02158.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=38.58%
G=21.69%
B=39.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169951740.030.4500.32296.232.7852.75
HexA95FAE32D0201282135
Octal2511372563550404504165
Binary10101001101111110101110111011010100000100101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FAE; }

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

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

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

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

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

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

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

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