#A77DF5

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

Shades of Medium Purple #A77DF5

Tints of Medium Purple #A77DF5

Color information

#A77DF5 (or 0xA77DF5) is unknown color: approx Medium Purple. HEX triplet: A7, 7D and F5. RGB value is (167,125,245). Sum of RGB (Red+Green+Blue) = 167+125+245=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #A77DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DF5 is #58820A. Grayscale: #969696. Windows color (decimal): -5800459 or 16088487. OLE color: 16088487.

HSL color Cylindrical-coordinate representation of color #A77DF5: hue angle of 261º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77DF5 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB167125245-
CMYK0.320.4900.04
HSL261º85.71%72.55%-
HSV(B)261º48.98%96.08%-
XYZ39.7529.4889.98-
YUV151.24180.91139.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 245 (96.09% from 255) = 45.62%
R=31.10%
G=23.28%
B=45.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1671252450.320.4900.0426185.7172.55
HexA77DF52031041055649
Octal247175365406104405126111
Binary10100111111110111110101100000110001010010000010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DF5; }

 p { color: rgb(167,125,245); }

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

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

 a { background-color: rgb(167,125,245); }

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

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

 span { border-color: rgb(167,125,245); }

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