#a95bb2

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

Shades of Violet Blue #A95BB2

Tints of Violet Blue #A95BB2

Color information

#A95BB2 (or 0xA95BB2) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and B2. RGB value is (169,91,178). Sum of RGB (Red+Green+Blue) = 169+91+178=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #A95BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BB2 is #56A44D. Grayscale: #7B7B7B. Windows color (decimal): -5678158 or 11688873. OLE color: 11688873.

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

Color convert

RGB16991178-
CMYK0.050.4900.30
HSL293.79º36.1%52.75%-
HSV(B)293.79º48.88%69.8%-
XYZ28.1419.1344.33-
YUV124.24158.34159.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=38.58%
G=20.78%
B=40.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169911780.050.4900.30293.7936.152.75
HexA95BB253101E1262435
Octal2511332625610364464465
Binary10101001101101110110010101110001011110100100110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95bb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95bb2; }

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

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

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

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

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

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

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

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