#A36BE0

Color #A36BE0 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A36BE0

Tints of Medium Purple #A36BE0

Color information

#A36BE0 (or 0xA36BE0) is unknown color: approx Medium Purple. HEX triplet: A3, 6B and E0. RGB value is (163,107,224). Sum of RGB (Red+Green+Blue) = 163+107+224=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #A36BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BE0 is #5C941F. Grayscale: #888888. Windows color (decimal): -6067232 or 14707619. OLE color: 14707619.

HSL color Cylindrical-coordinate representation of color #A36BE0: hue angle of 268.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36BE0 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163107224-
CMYK0.270.5200.12
HSL268.72º65.36%64.9%-
HSV(B)268.72º52.23%87.84%-
XYZ33.8223.6873.31-
YUV137.08177.05146.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=33.00%
G=21.66%
B=45.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631072240.270.5200.12268.7265.3664.9
HexA36BE01B340C10d4141
Octal2431533403364014415101101
Binary10100011110101111100000110111101000110010000110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BE0; }

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

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

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

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

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

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

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

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