#A36B9F

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

Shades of Violet Blue #A36B9F

Tints of Violet Blue #A36B9F

Color information

#A36B9F (or 0xA36B9F) is unknown color: approx Violet Blue. HEX triplet: A3, 6B and 9F. RGB value is (163,107,159). Sum of RGB (Red+Green+Blue) = 163+107+159=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36B9F is #5C9460. Grayscale: #818181. Windows color (decimal): -6067297 or 10447779. OLE color: 10447779.

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

Color convert

RGB163107159-
CMYK00.340.020.36
HSL304.29º23.33%52.94%-
HSV(B)304.29º34.36%63.92%-
XYZ26.6220.8135.41-
YUV129.67144.55151.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=38.00%
G=24.94%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310715900.340.020.36304.2923.3352.94
HexA36B9F0222241301735
Octal2431532370422444602765
Binary1010001111010111001111101000101010010010011000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36B9F; }

 p { color: rgb(163,107,159); }

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

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

 a { background-color: rgb(163,107,159); }

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

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

 span { border-color: rgb(163,107,159); }

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