#A77DF1

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

Shades of Medium Purple #A77DF1

Tints of Medium Purple #A77DF1

Color information

#A77DF1 (or 0xA77DF1) is unknown color: approx Medium Purple. HEX triplet: A7, 7D and F1. RGB value is (167,125,241). Sum of RGB (Red+Green+Blue) = 167+125+241=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #A77DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DF1 is #58820E. Grayscale: #969696. Windows color (decimal): -5800463 or 15826343. OLE color: 15826343.

HSL color Cylindrical-coordinate representation of color #A77DF1: hue angle of 261.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A77DF1 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167125241-
CMYK0.310.4800.05
HSL261.72º80.56%71.76%-
HSV(B)261.72º48.13%94.51%-
XYZ39.1529.2386.8-
YUV150.78178.91139.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=31.33%
G=23.45%
B=45.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671252410.310.4800.05261.7280.5671.76
HexA77DF11F30051065148
Octal247175361376005406121110
Binary1010011111111011111000111111110000010110000011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DF1; }

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

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

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

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

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

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

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

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