#A175F2

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

Shades of Medium Purple #A175F2

Tints of Medium Purple #A175F2

Color information

#A175F2 (or 0xA175F2) is unknown color: approx Medium Purple. HEX triplet: A1, 75 and F2. RGB value is (161,117,242). Sum of RGB (Red+Green+Blue) = 161+117+242=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #A175F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A175F2 is #5E8A0D. Grayscale: #8F8F8F. Windows color (decimal): -6195726 or 15889825. OLE color: 15889825.

HSL color Cylindrical-coordinate representation of color #A175F2: hue angle of 261.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A175F2 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161117242-
CMYK0.330.5200.05
HSL261.12º82.78%70.39%-
HSV(B)261.12º51.65%94.9%-
XYZ37.0926.7187.21-
YUV144.41183.08139.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 242 (94.92% from 255) = 46.54%
R=30.96%
G=22.5%
B=46.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611172420.330.5200.05261.1282.7870.39
HexA175F22134051055346
Octal241165362416405405123106
Binary10100001111010111110010100001110100010110000010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175F2; }

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

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

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

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

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

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

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

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