#A36093

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

Shades of Violet Blue #A36093

Tints of Violet Blue #A36093

Color information

#A36093 (or 0xA36093) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and 93. RGB value is (163,96,147). Sum of RGB (Red+Green+Blue) = 163+96+147=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A36093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36093 is #5C9F6C. Grayscale: #797979. Windows color (decimal): -6070125 or 9658531. OLE color: 9658531.

HSL color Cylindrical-coordinate representation of color #A36093: hue angle of 314.33º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A36093 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16396147-
CMYK00.410.100.36
HSL314.33º26.69%50.78%-
HSV(B)314.33º41.1%63.92%-
XYZ24.5518.2629.83-
YUV121.85142.2157.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=40.15%
G=23.65%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639614700.410.100.36314.3326.6950.78
HexA36093029A2413a1b33
Octal24314022305112444723363
Binary101000111100000100100110101001101010010010011101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36093; }

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

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

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

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

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

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

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

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