#A27CED

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

Shades of Medium Purple #A27CED

Tints of Medium Purple #A27CED

Color information

#A27CED (or 0xA27CED) is unknown color: approx Medium Purple. HEX triplet: A2, 7C and ED. RGB value is (162,124,237). Sum of RGB (Red+Green+Blue) = 162+124+237=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CED is #5D8312. Grayscale: #939393. Windows color (decimal): -6128403 or 15563938. OLE color: 15563938.

HSL color Cylindrical-coordinate representation of color #A27CED: hue angle of 260.18º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27CED is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162124237-
CMYK0.320.4800.07
HSL260.18º75.84%70.78%-
HSV(B)260.18º47.68%92.94%-
XYZ37.3928.2183.6-
YUV148.24178.09137.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=30.98%
G=23.71%
B=45.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621242370.320.4800.07260.1875.8470.78
HexA27CED2030071044c47
Octal242174355406007404114107
Binary10100010111110011101101100000110000011110000010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CED; }

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

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

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

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

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

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

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

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