#a95eb1

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

Shades of Violet Blue #A95EB1

Tints of Violet Blue #A95EB1

Color information

#A95EB1 (or 0xA95EB1) is unknown color: approx Violet Blue. HEX triplet: A9, 5E and B1. RGB value is (169,94,177). Sum of RGB (Red+Green+Blue) = 169+94+177=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #A95EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EB1 is #56A14E. Grayscale: #7D7D7D. Windows color (decimal): -5677391 or 11624105. OLE color: 11624105.

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

Color convert

RGB16994177-
CMYK0.050.4700.31
HSL294.22º34.73%53.14%-
HSV(B)294.22º46.89%69.41%-
XYZ28.319.6143.89-
YUV125.89156.85158.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 177 (69.53% from 255) = 40.23%
R=38.41%
G=21.36%
B=40.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169941770.050.4700.31294.2234.7353.14
HexA95EB152F01F1262335
Octal2511362615570374464365
Binary10101001101111010110001101101111011111100100110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95eb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95eb1; }

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

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

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

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

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

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

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

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