#A36CF0

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

Shades of Medium Purple #A36CF0

Tints of Medium Purple #A36CF0

Color information

#A36CF0 (or 0xA36CF0) is unknown color: approx Medium Purple. HEX triplet: A3, 6C and F0. RGB value is (163,108,240). Sum of RGB (Red+Green+Blue) = 163+108+240=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #A36CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CF0 is #5C930F. Grayscale: #8B8B8B. Windows color (decimal): -6066960 or 15756451. OLE color: 15756451.

HSL color Cylindrical-coordinate representation of color #A36CF0: hue angle of 265º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36CF0 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB163108240-
CMYK0.320.5500.06
HSL265º81.48%68.24%-
HSV(B)265º55%94.12%-
XYZ36.1924.885.32-
YUV139.49184.72144.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=31.90%
G=21.14%
B=46.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1631082400.320.5500.0626581.4868.24
HexA36CF02037061095144
Octal243154360406706411121104
Binary10100011110110011110000100000110111011010000100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CF0; }

 p { color: rgb(163,108,240); }

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

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

 a { background-color: rgb(163,108,240); }

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

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

 span { border-color: rgb(163,108,240); }

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