#A27FF0

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

Shades of Medium Purple #A27FF0

Tints of Medium Purple #A27FF0

Color information

#A27FF0 (or 0xA27FF0) is unknown color: approx Medium Purple. HEX triplet: A2, 7F and F0. RGB value is (162,127,240). Sum of RGB (Red+Green+Blue) = 162+127+240=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #A27FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FF0 is #5D800F. Grayscale: #959595. Windows color (decimal): -6127632 or 15761314. OLE color: 15761314.

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

Color convert

RGB162127240-
CMYK0.320.4700.06
HSL258.58º79.02%71.96%-
HSV(B)258.58º47.08%94.12%-
XYZ38.2229.1586.05-
YUV150.35178.6136.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 240 (94.14% from 255) = 45.37%
R=30.62%
G=24.01%
B=45.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621272400.320.4700.06258.5879.0271.96
HexA27FF0202F061034f48
Octal242177360405706403117110
Binary10100010111111111110000100000101111011010000001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FF0; }

 p { color: rgb(162,127,240); }

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

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

 a { background-color: rgb(162,127,240); }

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

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

 span { border-color: rgb(162,127,240); }

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