#A36BA0

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

Shades of Violet Blue #A36BA0

Tints of Violet Blue #A36BA0

Color information

#A36BA0 (or 0xA36BA0) is unknown color: approx Violet Blue. HEX triplet: A3, 6B and A0. RGB value is (163,107,160). Sum of RGB (Red+Green+Blue) = 163+107+160=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A36BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36BA0 is #5C945F. Grayscale: #818181. Windows color (decimal): -6067296 or 10513315. OLE color: 10513315.

HSL color Cylindrical-coordinate representation of color #A36BA0: hue angle of 303.21º 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 #A36BA0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163107160-
CMYK00.340.020.36
HSL303.21º23.33%52.94%-
HSV(B)303.21º34.36%63.92%-
XYZ26.7120.8435.87-
YUV129.79145.05151.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 160 (62.89% from 255) = 37.21%
R=37.91%
G=24.88%
B=37.21%

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
Decimal16310716000.340.020.36303.2123.3352.94
HexA36BA002222412f1735
Octal2431532400422444572765
Binary1010001111010111010000001000101010010010010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BA0; }

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

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

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

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

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

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

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

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