#A975F3

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

Shades of Medium Purple #A975F3

Tints of Medium Purple #A975F3

Color information

#A975F3 (or 0xA975F3) is unknown color: approx Medium Purple. HEX triplet: A9, 75 and F3. RGB value is (169,117,243). Sum of RGB (Red+Green+Blue) = 169+117+243=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #A975F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975F3 is #568A0C. Grayscale: #929292. Windows color (decimal): -5671437 or 15955369. OLE color: 15955369.

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

Color convert

RGB169117243-
CMYK0.300.5200.05
HSL264.76º84%70.59%-
HSV(B)264.76º51.85%95.29%-
XYZ38.927.6388.08-
YUV146.91182.23143.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=31.95%
G=22.12%
B=45.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691172430.300.5200.05264.768470.59
HexA975F31E34051095447
Octal251165363366405411124107
Binary1010100111101011111001111110110100010110000100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975F3; }

 p { color: rgb(169,117,243); }

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

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

 a { background-color: rgb(169,117,243); }

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

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

 span { border-color: rgb(169,117,243); }

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