#A77FDD

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

Shades of Medium Purple #A77FDD

Tints of Medium Purple #A77FDD

Color information

#A77FDD (or 0xA77FDD) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and DD. RGB value is (167,127,221). Sum of RGB (Red+Green+Blue) = 167+127+221=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #A77FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FDD is #588022. Grayscale: #959595. Windows color (decimal): -5799971 or 14516135. OLE color: 14516135.

HSL color Cylindrical-coordinate representation of color #A77FDD: hue angle of 265.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A77FDD is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167127221-
CMYK0.240.4300.13
HSL265.53º58.02%68.24%-
HSV(B)265.53º42.53%86.67%-
XYZ36.5828.6172-
YUV149.68168.25140.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=32.43%
G=24.66%
B=42.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671272210.240.4300.13265.5358.0268.24
HexA77FDD182B0D10a3a44
Octal247177335305301541272104
Binary1010011111111111101110111000101011011011000010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FDD; }

 p { color: rgb(167,127,221); }

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

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

 a { background-color: rgb(167,127,221); }

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

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

 span { border-color: rgb(167,127,221); }

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