#A36895

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

Shades of Violet Blue #A36895

Tints of Violet Blue #A36895

Color information

#A36895 (or 0xA36895) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and 95. RGB value is (163,104,149). Sum of RGB (Red+Green+Blue) = 163+104+149=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A36895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36895 is #5C976A. Grayscale: #7E7E7E. Windows color (decimal): -6068075 or 9791651. OLE color: 9791651.

HSL color Cylindrical-coordinate representation of color #A36895: hue angle of 314.24º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36895 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163104149-
CMYK00.360.090.36
HSL314.24º24.28%52.35%-
HSV(B)314.24º36.2%63.92%-
XYZ25.4819.8630.92-
YUV126.77140.55153.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=39.18%
G=25%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310414900.360.090.36314.2424.2852.35
HexA3689502492413a1834
Octal24315022504411444723064
Binary101000111101000100101010100100100110010010011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36895; }

 p { color: rgb(163,104,149); }

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

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

 a { background-color: rgb(163,104,149); }

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

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

 span { border-color: rgb(163,104,149); }

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