#A36BAE

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

Shades of Violet Blue #A36BAE

Tints of Violet Blue #A36BAE

Color information

#A36BAE (or 0xA36BAE) is unknown color: approx Violet Blue. HEX triplet: A3, 6B and AE. RGB value is (163,107,174). Sum of RGB (Red+Green+Blue) = 163+107+174=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #A36BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36BAE is #5C9451. Grayscale: #838383. Windows color (decimal): -6067282 or 11430819. OLE color: 11430819.

HSL color Cylindrical-coordinate representation of color #A36BAE: hue angle of 290.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A36BAE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163107174-
CMYK0.060.3900.32
HSL290.15º29.26%55.1%-
HSV(B)290.15º38.51%68.24%-
XYZ2821.3642.69-
YUV131.38152.05150.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=36.71%
G=24.10%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631071740.060.3900.32290.1529.2655.1
HexA36BAE6270201221d37
Octal2431532566470404423567
Binary10100011110101110101110110100111010000010010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BAE; }

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

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

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

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

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

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

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

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