#A95BB1

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

Shades of Violet Blue #A95BB1

Tints of Violet Blue #A95BB1

Color information

#A95BB1 (or 0xA95BB1) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and B1. RGB value is (169,91,177). Sum of RGB (Red+Green+Blue) = 169+91+177=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #A95BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BB1 is #56A44E. Grayscale: #7B7B7B. Windows color (decimal): -5678159 or 11623337. OLE color: 11623337.

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

Color convert

RGB16991177-
CMYK0.050.4900.31
HSL294.42º35.54%52.55%-
HSV(B)294.42º48.59%69.41%-
XYZ28.0419.0943.8-
YUV124.13157.84160.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=38.67%
G=20.82%
B=40.50%

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
Decimal169911770.050.4900.31294.4235.5452.55
HexA95BB153101F1262435
Octal2511332615610374464465
Binary10101001101101110110001101110001011111100100110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BB1; }

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

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

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

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

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

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

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

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