#A36A96

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

Shades of Violet Blue #A36A96

Tints of Violet Blue #A36A96

Color information

#A36A96 (or 0xA36A96) is unknown color: approx Violet Blue. HEX triplet: A3, 6A and 96. RGB value is (163,106,150). Sum of RGB (Red+Green+Blue) = 163+106+150=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A96 is #5C9569. Grayscale: #7F7F7F. Windows color (decimal): -6067562 or 9857699. OLE color: 9857699.

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

Color convert

RGB163106150-
CMYK00.350.080.36
HSL313.68º23.65%52.75%-
HSV(B)313.68º34.97%63.92%-
XYZ25.7620.331.41-
YUV128.06140.38152.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=38.90%
G=25.30%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310615000.350.080.36313.6823.6552.75
HexA36A9602382413a1835
Octal24315222604310444723065
Binary101000111101010100101100100011100010010010011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A96; }

 p { color: rgb(163,106,150); }

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

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

 a { background-color: rgb(163,106,150); }

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

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

 span { border-color: rgb(163,106,150); }

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