#A95AB0

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

Shades of Violet Blue #A95AB0

Tints of Violet Blue #A95AB0

Color information

#A95AB0 (or 0xA95AB0) is unknown color: approx Violet Blue. HEX triplet: A9, 5A and B0. RGB value is (169,90,176). Sum of RGB (Red+Green+Blue) = 169+90+176=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: blue. Hex color #A95AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95AB0 is #56A54F. Grayscale: #7B7B7B. Windows color (decimal): -5678416 or 11557545. OLE color: 11557545.

HSL color Cylindrical-coordinate representation of color #A95AB0: hue angle of 295.12º degrees, saturation: 0.35, 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 #A95AB0 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16990176-
CMYK0.040.4900.31
HSL295.12º35.25%52.16%-
HSV(B)295.12º48.86%69.02%-
XYZ27.8518.8843.25-
YUV123.42157.67160.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=38.85%
G=20.69%
B=40.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169901760.040.4900.31295.1235.2552.16
HexA95AB043101F1272334
Octal2511322604610374474364
Binary10101001101101010110000100110001011111100100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95AB0; }

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

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

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

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

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

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

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

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