#A772F8

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

Shades of Medium Purple #A772F8

Tints of Medium Purple #A772F8

Color information

#A772F8 (or 0xA772F8) is unknown color: approx Medium Purple. HEX triplet: A7, 72 and F8. RGB value is (167,114,248). Sum of RGB (Red+Green+Blue) = 167+114+248=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #A772F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A772F8 is #588D07. Grayscale: #909090. Windows color (decimal): -5803272 or 16282279. OLE color: 16282279.

HSL color Cylindrical-coordinate representation of color #A772F8: hue angle of 263.73º degrees, saturation: 0.91, 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 #A772F8 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167114248-
CMYK0.330.5400.03
HSL263.73º90.54%70.98%-
HSV(B)263.73º54.03%97.25%-
XYZ38.927.0391.97-
YUV145.12186.06143.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=31.57%
G=21.55%
B=46.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671142480.330.5400.03263.7390.5470.98
HexA772F82136031085b47
Octal247162370416603410133107
Binary1010011111100101111100010000111011001110000100010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772F8; }

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

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

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

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

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

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

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

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