#A471ED

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

Shades of Medium Purple #A471ED

Tints of Medium Purple #A471ED

Color information

#A471ED (or 0xA471ED) is unknown color: approx Medium Purple. HEX triplet: A4, 71 and ED. RGB value is (164,113,237). Sum of RGB (Red+Green+Blue) = 164+113+237=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A471ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471ED is #5B8E12. Grayscale: #8D8D8D. Windows color (decimal): -6000147 or 15561124. OLE color: 15561124.

HSL color Cylindrical-coordinate representation of color #A471ED: hue angle of 264.68º 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 #A471ED is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164113237-
CMYK0.310.5200.07
HSL264.68º77.5%68.63%-
HSV(B)264.68º52.32%92.94%-
XYZ36.525.8283.18-
YUV142.38181.4143.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=31.91%
G=21.98%
B=46.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641132370.310.5200.07264.6877.568.63
HexA471ED1F34071094e45
Octal244161355376407411116105
Binary1010010011100011110110111111110100011110000100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471ED; }

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

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

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

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

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

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

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

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