#A95C98

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

Shades of Violet Blue #A95C98

Tints of Violet Blue #A95C98

Color information

#A95C98 (or 0xA95C98) is unknown color: approx Violet Blue. HEX triplet: A9, 5C and 98. RGB value is (169,92,152). Sum of RGB (Red+Green+Blue) = 169+92+152=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C98 is #56A367. Grayscale: #797979. Windows color (decimal): -5677928 or 9985193. OLE color: 9985193.

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

Color convert

RGB16992152-
CMYK00.460.100.34
HSL313.25º30.92%51.18%-
HSV(B)313.25º45.56%66.27%-
XYZ25.8618.3631.89-
YUV121.86145.01161.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=40.92%
G=22.28%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699215200.460.100.34313.2530.9251.18
HexA95C9802EA221391f33
Octal25113423005612424713763
Binary101010011011100100110000101110101010001010011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C98; }

 p { color: rgb(169,92,152); }

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

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

 a { background-color: rgb(169,92,152); }

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

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

 span { border-color: rgb(169,92,152); }

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