#A27AED

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

Shades of Medium Purple #A27AED

Tints of Medium Purple #A27AED

Color information

#A27AED (or 0xA27AED) is unknown color: approx Medium Purple. HEX triplet: A2, 7A and ED. RGB value is (162,122,237). Sum of RGB (Red+Green+Blue) = 162+122+237=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AED is #5D8512. Grayscale: #929292. Windows color (decimal): -6128915 or 15563426. OLE color: 15563426.

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

Color convert

RGB162122237-
CMYK0.320.4900.07
HSL260.87º76.16%70.39%-
HSV(B)260.87º48.52%92.94%-
XYZ37.1527.7183.51-
YUV147.07178.75138.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=31.09%
G=23.42%
B=45.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621222370.320.4900.07260.8776.1670.39
HexA27AED2031071054c46
Octal242172355406107405114106
Binary10100010111101011101101100000110001011110000010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27AED; }

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

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

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

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

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

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

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

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