#A175D5

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

Shades of Medium Purple #A175D5

Tints of Medium Purple #A175D5

Color information

#A175D5 (or 0xA175D5) is unknown color: approx Medium Purple. HEX triplet: A1, 75 and D5. RGB value is (161,117,213). Sum of RGB (Red+Green+Blue) = 161+117+213=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #A175D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175D5 is #5E8A2A. Grayscale: #8C8C8C. Windows color (decimal): -6195755 or 13989281. OLE color: 13989281.

HSL color Cylindrical-coordinate representation of color #A175D5: hue angle of 267.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A175D5 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161117213-
CMYK0.240.4500.16
HSL267.5º53.33%64.71%-
HSV(B)267.5º45.07%83.53%-
XYZ33.0725.166.05-
YUV141.1168.58142.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=32.79%
G=23.83%
B=43.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611172130.240.4500.16267.553.3364.71
HexA175D5182D01010c3541
Octal241165325305502041465101
Binary10100001111010111010101110001011010100001000011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175D5; }

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

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

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

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

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

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

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

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