#A77FD7

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

Shades of Medium Purple #A77FD7

Tints of Medium Purple #A77FD7

Color information

#A77FD7 (or 0xA77FD7) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and D7. RGB value is (167,127,215). Sum of RGB (Red+Green+Blue) = 167+127+215=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #A77FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FD7 is #588028. Grayscale: #949494. Windows color (decimal): -5799977 or 14122919. OLE color: 14122919.

HSL color Cylindrical-coordinate representation of color #A77FD7: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77FD7 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167127215-
CMYK0.220.4100.16
HSL267.27º52.38%67.06%-
HSV(B)267.27º40.93%84.31%-
XYZ35.7928.367.87-
YUV148.99165.25140.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=32.81%
G=24.95%
B=42.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671272150.220.4100.16267.2752.3867.06
HexA77FD7162901010b3443
Octal247177327265102041364103
Binary10100111111111111010111101101010010100001000010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FD7; }

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

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

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

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

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

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

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

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