#a36ff2

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

Shades of Medium Purple #A36FF2

Tints of Medium Purple #A36FF2

Color information

#A36FF2 (or 0xA36FF2) is unknown color: approx Medium Purple. HEX triplet: A3, 6F and F2. RGB value is (163,111,242). Sum of RGB (Red+Green+Blue) = 163+111+242=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #A36FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FF2 is #5C900D. Grayscale: #8D8D8D. Windows color (decimal): -6066190 or 15888291. OLE color: 15888291.

HSL color Cylindrical-coordinate representation of color #A36FF2: hue angle of 263.82º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A36FF2 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163111242-
CMYK0.330.5400.05
HSL263.82º83.44%69.22%-
HSV(B)263.82º54.13%94.9%-
XYZ36.8225.5787-
YUV141.48184.73143.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 242 (94.92% from 255) = 46.90%
R=31.59%
G=21.51%
B=46.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631112420.330.5400.05263.8283.4469.22
HexA36FF22136051085345
Octal243157362416605410123105
Binary10100011110111111110010100001110110010110000100010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36ff2; }

 p { color: rgb(163,111,242); }

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

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

 a { background-color: rgb(163,111,242); }

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

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

 span { border-color: rgb(163,111,242); }

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