#A36EAA

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

Shades of Violet Blue #A36EAA

Tints of Violet Blue #A36EAA

Color information

#A36EAA (or 0xA36EAA) is unknown color: approx Violet Blue. HEX triplet: A3, 6E and AA. RGB value is (163,110,170). Sum of RGB (Red+Green+Blue) = 163+110+170=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36EAA is #5C9155. Grayscale: #848484. Windows color (decimal): -6066518 or 11169443. OLE color: 11169443.

HSL color Cylindrical-coordinate representation of color #A36EAA: hue angle of 293º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36EAA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163110170-
CMYK0.040.3500.33
HSL293º26.09%54.9%-
HSV(B)293º35.29%66.67%-
XYZ27.9421.8440.77-
YUV132.69149.06149.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=36.79%
G=24.83%
B=38.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631101700.040.3500.3329326.0954.9
HexA36EAA4230211251a37
Octal2431562524430414453267
Binary10100011110111010101010100100011010000110010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36EAA; }

 p { color: rgb(163,110,170); }

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

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

 a { background-color: rgb(163,110,170); }

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

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

 span { border-color: rgb(163,110,170); }

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