#A772F7

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

Shades of Medium Purple #A772F7

Tints of Medium Purple #A772F7

Color information

#A772F7 (or 0xA772F7) is unknown color: approx Medium Purple. HEX triplet: A7, 72 and F7. RGB value is (167,114,247). Sum of RGB (Red+Green+Blue) = 167+114+247=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #A772F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A772F7 is #588D08. Grayscale: #909090. Windows color (decimal): -5803273 or 16216743. OLE color: 16216743.

HSL color Cylindrical-coordinate representation of color #A772F7: hue angle of 263.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A772F7 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167114247-
CMYK0.320.5400.03
HSL263.91º89.26%70.78%-
HSV(B)263.91º53.85%96.86%-
XYZ38.7426.9791.16-
YUV145.01185.56143.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 114 (44.92% from 255) = 21.59%
BLUE value IS 247 (96.88% from 255) = 46.78%
R=31.63%
G=21.59%
B=46.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671142470.320.5400.03263.9189.2670.78
HexA772F72036031085947
Octal247162367406603410131107
Binary1010011111100101111011110000011011001110000100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772F7; }

 p { color: rgb(167,114,247); }

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

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

 a { background-color: rgb(167,114,247); }

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

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

 span { border-color: rgb(167,114,247); }

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