#A36AED

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

Shades of Medium Purple #A36AED

Tints of Medium Purple #A36AED

Color information

#A36AED (or 0xA36AED) is unknown color: approx Medium Purple. HEX triplet: A3, 6A and ED. RGB value is (163,106,237). Sum of RGB (Red+Green+Blue) = 163+106+237=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #A36AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36AED is #5C9512. Grayscale: #898989. Windows color (decimal): -6067475 or 15559331. OLE color: 15559331.

HSL color Cylindrical-coordinate representation of color #A36AED: hue angle of 266.11º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36AED is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163106237-
CMYK0.310.5500.07
HSL266.11º78.44%67.25%-
HSV(B)266.11º55.27%92.94%-
XYZ35.5424.2182.92-
YUV137.98183.88145.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=32.21%
G=20.95%
B=46.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631062370.310.5500.07266.1178.4467.25
HexA36AED1F370710a4e43
Octal243152355376707412116103
Binary1010001111010101110110111111110111011110000101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AED; }

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

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

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

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

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

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

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

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