#A95698

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

Shades of Violet Blue #A95698

Tints of Violet Blue #A95698

Color information

#A95698 (or 0xA95698) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and 98. RGB value is (169,86,152). Sum of RGB (Red+Green+Blue) = 169+86+152=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A95698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95698 is #56A967. Grayscale: #767676. Windows color (decimal): -5679464 or 9983657. OLE color: 9983657.

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

Color convert

RGB16986152-
CMYK00.490.100.34
HSL312.29º32.55%50%-
HSV(B)312.29º49.11%66.27%-
XYZ25.3617.3631.72-
YUV118.34147164.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=41.52%
G=21.13%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698615200.490.100.34312.2932.5550
HexA95698031A221382132
Octal25112623006112424704162
Binary1010100110101101001100001100011010100010100111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95698; }

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

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

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

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

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

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

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

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