#A95AB1

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

Shades of Violet Blue #A95AB1

Tints of Violet Blue #A95AB1

Color information

#A95AB1 (or 0xA95AB1) is unknown color: approx Violet Blue. HEX triplet: A9, 5A and B1. RGB value is (169,90,177). Sum of RGB (Red+Green+Blue) = 169+90+177=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #A95AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95AB1 is #56A54E. Grayscale: #7B7B7B. Windows color (decimal): -5678415 or 11623081. OLE color: 11623081.

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

Color convert

RGB16990177-
CMYK0.050.4900.31
HSL294.48º35.8%52.35%-
HSV(B)294.48º49.15%69.41%-
XYZ27.9518.9243.77-
YUV123.54158.17160.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=38.76%
G=20.64%
B=40.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169901770.050.4900.31294.4835.852.35
HexA95AB153101F1262434
Octal2511322615610374464464
Binary10101001101101010110001101110001011111100100110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95AB1; }

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

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

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

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

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

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

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

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