#A470E3

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

Shades of Medium Purple #A470E3

Tints of Medium Purple #A470E3

Color information

#A470E3 (or 0xA470E3) is unknown color: approx Medium Purple. HEX triplet: A4, 70 and E3. RGB value is (164,112,227). Sum of RGB (Red+Green+Blue) = 164+112+227=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #A470E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470E3 is #5B8F1C. Grayscale: #8C8C8C. Windows color (decimal): -6000413 or 14905508. OLE color: 14905508.

HSL color Cylindrical-coordinate representation of color #A470E3: hue angle of 267.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A470E3 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164112227-
CMYK0.280.5100.11
HSL267.13º67.25%66.47%-
HSV(B)267.13º50.66%89.02%-
XYZ34.9725.0375.66-
YUV140.66176.73144.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 227 (89.06% from 255) = 45.13%
R=32.60%
G=22.27%
B=45.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641122270.280.5100.11267.1367.2566.47
HexA470E31C330B10b4342
Octal2441603433463013413103102
Binary10100100111000011100011111001100110101110000101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470E3; }

 p { color: rgb(164,112,227); }

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

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

 a { background-color: rgb(164,112,227); }

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

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

 span { border-color: rgb(164,112,227); }

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