#A36D9B

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

Shades of Violet Blue #A36D9B

Tints of Violet Blue #A36D9B

Color information

#A36D9B (or 0xA36D9B) is unknown color: approx Violet Blue. HEX triplet: A3, 6D and 9B. RGB value is (163,109,155). Sum of RGB (Red+Green+Blue) = 163+109+155=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D9B is #5C9264. Grayscale: #828282. Windows color (decimal): -6066789 or 10186147. OLE color: 10186147.

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

Color convert

RGB163109155-
CMYK00.330.050.36
HSL308.89º22.69%53.33%-
HSV(B)308.89º33.13%63.92%-
XYZ26.4921.0933.69-
YUV130.39141.89151.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=38.17%
G=25.53%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310915500.330.050.36308.8922.6953.33
HexA36D9B0215241351735
Octal2431552330415444652765
Binary10100011110110110011011010000110110010010011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D9B; }

 p { color: rgb(163,109,155); }

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

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

 a { background-color: rgb(163,109,155); }

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

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

 span { border-color: rgb(163,109,155); }

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