#A975FB

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

Shades of Medium Purple #A975FB

Tints of Medium Purple #A975FB

Color information

#A975FB (or 0xA975FB) is unknown color: approx Medium Purple. HEX triplet: A9, 75 and FB. RGB value is (169,117,251). Sum of RGB (Red+Green+Blue) = 169+117+251=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #A975FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975FB is #568A04. Grayscale: #939393. Windows color (decimal): -5671429 or 16479657. OLE color: 16479657.

HSL color Cylindrical-coordinate representation of color #A975FB: hue angle of 263.28º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A975FB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169117251-
CMYK0.330.5300.02
HSL263.28º94.37%72.16%-
HSV(B)263.28º53.39%98.43%-
XYZ40.1428.1294.58-
YUV147.82186.23143.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 251 (98.44% from 255) = 46.74%
R=31.47%
G=21.79%
B=46.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691172510.330.5300.02263.2894.3772.16
HexA975FB2135021075e48
Octal251165373416502407136110
Binary1010100111101011111101110000111010101010000011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975FB; }

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

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

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

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

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

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

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

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