#A36AA8

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

Shades of Violet Blue #A36AA8

Tints of Violet Blue #A36AA8

Color information

#A36AA8 (or 0xA36AA8) is unknown color: approx Violet Blue. HEX triplet: A3, 6A and A8. RGB value is (163,106,168). Sum of RGB (Red+Green+Blue) = 163+106+168=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 168 - color contains mainly: blue. Hex color #A36AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36AA8 is #5C9557. Grayscale: #818181. Windows color (decimal): -6067544 or 11037347. OLE color: 11037347.

HSL color Cylindrical-coordinate representation of color #A36AA8: hue angle of 295.16º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36AA8 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB163106168-
CMYK0.030.3700.34
HSL295.16º26.27%53.73%-
HSV(B)295.16º36.9%65.88%-
XYZ27.3320.9239.64-
YUV130.11149.38151.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=37.30%
G=24.26%
B=38.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631061680.030.3700.34295.1626.2753.73
HexA36AA83250221271a36
Octal2431522503450424473266
Binary1010001111010101010100011100101010001010010011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AA8; }

 p { color: rgb(163,106,168); }

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

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

 a { background-color: rgb(163,106,168); }

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

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

 span { border-color: rgb(163,106,168); }

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