#A774F9

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

Shades of Medium Purple #A774F9

Tints of Medium Purple #A774F9

Color information

#A774F9 (or 0xA774F9) is unknown color: approx Medium Purple. HEX triplet: A7, 74 and F9. RGB value is (167,116,249). Sum of RGB (Red+Green+Blue) = 167+116+249=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #A774F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774F9 is #588B06. Grayscale: #919191. Windows color (decimal): -5802759 or 16348327. OLE color: 16348327.

HSL color Cylindrical-coordinate representation of color #A774F9: hue angle of 263.01º degrees, saturation: 0.92, 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 #A774F9 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167116249-
CMYK0.330.5300.02
HSL263.01º91.72%71.57%-
HSV(B)263.01º53.41%97.65%-
XYZ39.2827.5592.87-
YUV146.41185.9142.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 116 (45.70% from 255) = 21.80%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=31.39%
G=21.80%
B=46.80%

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
Decimal1671162490.330.5300.02263.0191.7271.57
HexA774F92135021075c48
Octal247164371416502407134110
Binary1010011111101001111100110000111010101010000011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774F9; }

 p { color: rgb(167,116,249); }

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

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

 a { background-color: rgb(167,116,249); }

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

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

 span { border-color: rgb(167,116,249); }

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