#A95690

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

Shades of Violet Blue #A95690

Tints of Violet Blue #A95690

Color information

#A95690 (or 0xA95690) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and 90. RGB value is (169,86,144). Sum of RGB (Red+Green+Blue) = 169+86+144=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A95690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95690 is #56A96F. Grayscale: #757575. Windows color (decimal): -5679472 or 9459369. OLE color: 9459369.

HSL color Cylindrical-coordinate representation of color #A95690: hue angle of 318.07º 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 #A95690 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16986144-
CMYK00.490.150.34
HSL318.07º32.55%50%-
HSV(B)318.07º49.11%66.27%-
XYZ24.7217.128.38-
YUV117.43143164.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=42.36%
G=21.55%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698614400.490.150.34318.0732.5550
HexA95690031F2213e2132
Octal25112622006117424764162
Binary1010100110101101001000001100011111100010100111110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95690; }

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

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

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

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

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

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

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

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