#A474F4

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

Shades of Medium Purple #A474F4

Tints of Medium Purple #A474F4

Color information

#A474F4 (or 0xA474F4) is unknown color: approx Medium Purple. HEX triplet: A4, 74 and F4. RGB value is (164,116,244). Sum of RGB (Red+Green+Blue) = 164+116+244=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #A474F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474F4 is #5B8B0B. Grayscale: #909090. Windows color (decimal): -5999372 or 16020644. OLE color: 16020644.

HSL color Cylindrical-coordinate representation of color #A474F4: hue angle of 262.5º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A474F4 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164116244-
CMYK0.330.5200.04
HSL262.5º85.33%70.59%-
HSV(B)262.5º52.46%95.69%-
XYZ37.8826.9188.79-
YUV144.94183.9141.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 244 (95.70% from 255) = 46.56%
R=31.30%
G=22.14%
B=46.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641162440.330.5200.04262.585.3370.59
HexA474F42134041065547
Octal244164364416404406125107
Binary10100100111010011110100100001110100010010000011010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474F4; }

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

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

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

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

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

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

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

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