#A271ED

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

Shades of Medium Purple #A271ED

Tints of Medium Purple #A271ED

Color information

#A271ED (or 0xA271ED) is unknown color: approx Medium Purple. HEX triplet: A2, 71 and ED. RGB value is (162,113,237). Sum of RGB (Red+Green+Blue) = 162+113+237=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A271ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271ED is #5D8E12. Grayscale: #8D8D8D. Windows color (decimal): -6131219 or 15561122. OLE color: 15561122.

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

Color convert

RGB162113237-
CMYK0.320.5200.07
HSL263.71º77.5%68.63%-
HSV(B)263.71º52.32%92.94%-
XYZ36.0925.6183.16-
YUV141.79181.73142.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=31.64%
G=22.07%
B=46.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621132370.320.5200.07263.7177.568.63
HexA271ED2034071084e45
Octal242161355406407410116105
Binary10100010111000111101101100000110100011110000100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271ED; }

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

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

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

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

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

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

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

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