#A175E4

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

Shades of Medium Purple #A175E4

Tints of Medium Purple #A175E4

Color information

#A175E4 (or 0xA175E4) is unknown color: approx Medium Purple. HEX triplet: A1, 75 and E4. RGB value is (161,117,228). Sum of RGB (Red+Green+Blue) = 161+117+228=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #A175E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175E4 is #5E8A1B. Grayscale: #8E8E8E. Windows color (decimal): -6195740 or 14972321. OLE color: 14972321.

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

Color convert

RGB161117228-
CMYK0.290.4900.11
HSL263.78º67.27%67.65%-
HSV(B)263.78º48.68%89.41%-
XYZ35.0625.976.55-
YUV142.81176.08140.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 228 (89.45% from 255) = 45.06%
R=31.82%
G=23.12%
B=45.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611172280.290.4900.11263.7867.2767.65
HexA175E41D310B1084344
Octal2411653443561013410103104
Binary10100001111010111100100111011100010101110000100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175E4; }

 p { color: rgb(161,117,228); }

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

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

 a { background-color: rgb(161,117,228); }

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

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

 span { border-color: rgb(161,117,228); }

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