#A96093

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

Shades of Violet Blue #A96093

Tints of Violet Blue #A96093

Color information

#A96093 (or 0xA96093) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and 93. RGB value is (169,96,147). Sum of RGB (Red+Green+Blue) = 169+96+147=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A96093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96093 is #569F6C. Grayscale: #7B7B7B. Windows color (decimal): -5676909 or 9658537. OLE color: 9658537.

HSL color Cylindrical-coordinate representation of color #A96093: hue angle of 318.08º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96093 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB16996147-
CMYK00.430.130.34
HSL318.08º29.8%51.96%-
HSV(B)318.08º43.2%66.27%-
XYZ25.8118.9129.89-
YUV123.64141.18160.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=41.02%
G=23.30%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699614700.430.130.34318.0829.851.96
HexA9609302BD2213e1e34
Octal25114022305315424763664
Binary101010011100000100100110101011110110001010011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96093; }

 p { color: rgb(169,96,147); }

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

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

 a { background-color: rgb(169,96,147); }

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

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

 span { border-color: rgb(169,96,147); }

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