#A174E6

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

Shades of Medium Purple #A174E6

Tints of Medium Purple #A174E6

Color information

#A174E6 (or 0xA174E6) is unknown color: approx Medium Purple. HEX triplet: A1, 74 and E6. RGB value is (161,116,230). Sum of RGB (Red+Green+Blue) = 161+116+230=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #A174E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174E6 is #5E8B19. Grayscale: #8E8E8E. Windows color (decimal): -6195994 or 15103137. OLE color: 15103137.

HSL color Cylindrical-coordinate representation of color #A174E6: hue angle of 263.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A174E6 is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161116230-
CMYK0.30.5000.10
HSL263.68º69.51%67.84%-
HSV(B)263.68º49.57%90.2%-
XYZ35.2325.7877.98-
YUV142.45177.41141.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=31.76%
G=22.88%
B=45.36%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611162300.30.5000.10263.6869.5167.84
HexA174E61E320A1084644
Octal2411643463662012410106104
Binary10100001111010011100110111101100100101010000100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174E6; }

 p { color: rgb(161,116,230); }

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

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

 a { background-color: rgb(161,116,230); }

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

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

 span { border-color: rgb(161,116,230); }

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