#a974f5

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

Shades of Medium Purple #A974F5

Tints of Medium Purple #A974F5

Color information

#A974F5 (or 0xA974F5) is unknown color: approx Medium Purple. HEX triplet: A9, 74 and F5. RGB value is (169,116,245). Sum of RGB (Red+Green+Blue) = 169+116+245=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #A974F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A974F5 is #568B0A. Grayscale: #929292. Windows color (decimal): -5671691 or 16086185. OLE color: 16086185.

HSL color Cylindrical-coordinate representation of color #A974F5: hue angle of 264.65º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A974F5 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169116245-
CMYK0.310.5300.04
HSL264.65º86.58%70.78%-
HSV(B)264.65º52.65%96.08%-
XYZ39.0927.5289.64-
YUV146.55183.56144.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 245 (96.09% from 255) = 46.23%
R=31.89%
G=21.89%
B=46.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691162450.310.5300.04264.6586.5870.78
HexA974F51F35041095747
Octal251164365376504411127107
Binary1010100111101001111010111111110101010010000100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a974f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a974f5; }

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

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

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

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

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

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

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

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