#A36BEA

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

Shades of Medium Purple #A36BEA

Tints of Medium Purple #A36BEA

Color information

#A36BEA (or 0xA36BEA) is unknown color: approx Medium Purple. HEX triplet: A3, 6B and EA. RGB value is (163,107,234). Sum of RGB (Red+Green+Blue) = 163+107+234=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #A36BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36BEA is #5C9415. Grayscale: #898989. Windows color (decimal): -6067222 or 15362979. OLE color: 15362979.

HSL color Cylindrical-coordinate representation of color #A36BEA: hue angle of 266.46º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A36BEA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163107234-
CMYK0.300.5400.08
HSL266.46º75.15%66.86%-
HSV(B)266.46º54.27%91.76%-
XYZ35.2124.2480.67-
YUV138.22182.05145.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=32.34%
G=21.23%
B=46.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631072340.300.5400.08266.4675.1566.86
HexA36BEA1E360810a4b43
Octal2431533523666010412113103
Binary10100011110101111101010111101101100100010000101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BEA; }

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

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

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

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

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

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

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

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