#A474EE

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

Shades of Medium Purple #A474EE

Tints of Medium Purple #A474EE

Color information

#A474EE (or 0xA474EE) is unknown color: approx Medium Purple. HEX triplet: A4, 74 and EE. RGB value is (164,116,238). Sum of RGB (Red+Green+Blue) = 164+116+238=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #A474EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474EE is #5B8B11. Grayscale: #8F8F8F. Windows color (decimal): -5999378 or 15627428. OLE color: 15627428.

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

Color convert

RGB164116238-
CMYK0.310.5100.07
HSL263.61º78.21%69.41%-
HSV(B)263.61º51.26%93.33%-
XYZ36.9926.5684.07-
YUV144.26180.9142.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=31.66%
G=22.39%
B=45.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641162380.310.5100.07263.6178.2169.41
HexA474EE1F33071084e45
Octal244164356376307410116105
Binary1010010011101001110111011111110011011110000100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474EE; }

 p { color: rgb(164,116,238); }

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

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

 a { background-color: rgb(164,116,238); }

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

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

 span { border-color: rgb(164,116,238); }

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