#A95FB1

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

Shades of Violet Blue #A95FB1

Tints of Violet Blue #A95FB1

Color information

#A95FB1 (or 0xA95FB1) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and B1. RGB value is (169,95,177). Sum of RGB (Red+Green+Blue) = 169+95+177=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #A95FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FB1 is #56A04E. Grayscale: #7E7E7E. Windows color (decimal): -5677135 or 11624361. OLE color: 11624361.

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

Color convert

RGB16995177-
CMYK0.050.4600.31
HSL294.15º34.45%53.33%-
HSV(B)294.15º46.33%69.41%-
XYZ28.3919.7943.92-
YUV126.47156.52158.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=38.32%
G=21.54%
B=40.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169951770.050.4600.31294.1534.4553.33
HexA95FB152E01F1262235
Octal2511372615560374464265
Binary10101001101111110110001101101110011111100100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FB1; }

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

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

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

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

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

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

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

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