#A27CD9

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

Shades of Medium Purple #A27CD9

Tints of Medium Purple #A27CD9

Color information

#A27CD9 (or 0xA27CD9) is unknown color: approx Medium Purple. HEX triplet: A2, 7C and D9. RGB value is (162,124,217). Sum of RGB (Red+Green+Blue) = 162+124+217=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #A27CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CD9 is #5D8326. Grayscale: #919191. Windows color (decimal): -6128423 or 14253218. OLE color: 14253218.

HSL color Cylindrical-coordinate representation of color #A27CD9: hue angle of 264.52º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27CD9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162124217-
CMYK0.250.4300.15
HSL264.52º55.03%66.86%-
HSV(B)264.52º42.86%85.1%-
XYZ34.6327.1169.05-
YUV145.96168.09139.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=32.21%
G=24.65%
B=43.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621242170.250.4300.15264.5255.0366.86
HexA27CD9192B0F1093743
Octal242174331315301741167103
Binary1010001011111001101100111001101011011111000010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CD9; }

 p { color: rgb(162,124,217); }

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

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

 a { background-color: rgb(162,124,217); }

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

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

 span { border-color: rgb(162,124,217); }

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