#A974FB

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

Shades of Medium Purple #A974FB

Tints of Medium Purple #A974FB

Color information

#A974FB (or 0xA974FB) is unknown color: approx Medium Purple. HEX triplet: A9, 74 and FB. RGB value is (169,116,251). Sum of RGB (Red+Green+Blue) = 169+116+251=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #A974FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A974FB is #568B04. Grayscale: #929292. Windows color (decimal): -5671685 or 16479401. OLE color: 16479401.

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

Color convert

RGB169116251-
CMYK0.330.5400.02
HSL263.56º94.41%71.96%-
HSV(B)263.56º53.78%98.43%-
XYZ40.0227.8994.54-
YUV147.24186.56143.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 116 (45.70% from 255) = 21.64%
BLUE value IS 251 (98.44% from 255) = 46.83%
R=31.53%
G=21.64%
B=46.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691162510.330.5400.02263.5694.4171.96
HexA974FB2136021085e48
Octal251164373416602410136110
Binary1010100111101001111101110000111011001010000100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974FB; }

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

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

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

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

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

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

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

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