#A474E3

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

Shades of Medium Purple #A474E3

Tints of Medium Purple #A474E3

Color information

#A474E3 (or 0xA474E3) is unknown color: approx Medium Purple. HEX triplet: A4, 74 and E3. RGB value is (164,116,227). Sum of RGB (Red+Green+Blue) = 164+116+227=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #A474E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474E3 is #5B8B1C. Grayscale: #8E8E8E. Windows color (decimal): -5999389 or 14906532. OLE color: 14906532.

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

Color convert

RGB164116227-
CMYK0.280.4900.11
HSL265.95º66.47%67.25%-
HSV(B)265.95º48.9%89.02%-
XYZ35.4225.9375.81-
YUV143.01175.4142.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 227 (89.06% from 255) = 44.77%
R=32.35%
G=22.88%
B=44.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641162270.280.4900.11265.9566.4767.25
HexA474E31C310B10a4243
Octal2441643433461013412102103
Binary10100100111010011100011111001100010101110000101010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474E3; }

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

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

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

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

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

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

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

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