#A95EAF

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

Shades of Violet Blue #A95EAF

Tints of Violet Blue #A95EAF

Color information

#A95EAF (or 0xA95EAF) is unknown color: approx Violet Blue. HEX triplet: A9, 5E and AF. RGB value is (169,94,175). Sum of RGB (Red+Green+Blue) = 169+94+175=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EAF is #56A150. Grayscale: #7D7D7D. Windows color (decimal): -5677393 or 11493033. OLE color: 11493033.

HSL color Cylindrical-coordinate representation of color #A95EAF: hue angle of 295.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95EAF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16994175-
CMYK0.030.4600.31
HSL295.56º33.61%52.75%-
HSV(B)295.56º46.29%68.63%-
XYZ28.119.5442.85-
YUV125.66155.85158.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=38.58%
G=21.46%
B=39.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169941750.030.4600.31295.5633.6152.75
HexA95EAF32E01F1282235
Octal2511362573560374504265
Binary1010100110111101010111111101110011111100101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EAF; }

 p { color: rgb(169,94,175); }

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

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

 a { background-color: rgb(169,94,175); }

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

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

 span { border-color: rgb(169,94,175); }

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