#A36AA4

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

Shades of Violet Blue #A36AA4

Tints of Violet Blue #A36AA4

Color information

#A36AA4 (or 0xA36AA4) is unknown color: approx Violet Blue. HEX triplet: A3, 6A and A4. RGB value is (163,106,164). Sum of RGB (Red+Green+Blue) = 163+106+164=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #A36AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36AA4 is #5C955B. Grayscale: #818181. Windows color (decimal): -6067548 or 10775203. OLE color: 10775203.

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

Color convert

RGB163106164-
CMYK0.010.3500.36
HSL298.97º24.17%52.94%-
HSV(B)298.97º35.37%64.31%-
XYZ26.9620.7737.71-
YUV129.66147.38151.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=37.64%
G=24.48%
B=37.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631061640.010.3500.36298.9724.1752.94
HexA36AA412302412b1835
Octal2431522441430444533065
Binary101000111101010101001001100011010010010010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AA4; }

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

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

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

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

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

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

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

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