#A472EA

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

Shades of Medium Purple #A472EA

Tints of Medium Purple #A472EA

Color information

#A472EA (or 0xA472EA) is unknown color: approx Medium Purple. HEX triplet: A4, 72 and EA. RGB value is (164,114,234). Sum of RGB (Red+Green+Blue) = 164+114+234=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #A472EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A472EA is #5B8D15. Grayscale: #8E8E8E. Windows color (decimal): -5999894 or 15364772. OLE color: 15364772.

HSL color Cylindrical-coordinate representation of color #A472EA: hue angle of 265º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A472EA is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164114234-
CMYK0.300.5100.08
HSL265º74.07%68.24%-
HSV(B)265º51.28%91.76%-
XYZ36.1825.8780.93-
YUV142.63179.56143.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=32.03%
G=22.27%
B=45.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641142340.300.5100.0826574.0768.24
HexA472EA1E33081094a44
Octal2441623523663010411112104
Binary10100100111001011101010111101100110100010000100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472EA; }

 p { color: rgb(164,114,234); }

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

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

 a { background-color: rgb(164,114,234); }

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

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

 span { border-color: rgb(164,114,234); }

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