#a77fdc

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

Shades of Medium Purple #A77FDC

Tints of Medium Purple #A77FDC

Color information

#A77FDC (or 0xA77FDC) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and DC. RGB value is (167,127,220). Sum of RGB (Red+Green+Blue) = 167+127+220=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A77FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FDC is #588023. Grayscale: #959595. Windows color (decimal): -5799972 or 14450599. OLE color: 14450599.

HSL color Cylindrical-coordinate representation of color #A77FDC: hue angle of 265.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77FDC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167127220-
CMYK0.240.4200.14
HSL265.81º57.06%68.04%-
HSV(B)265.81º42.27%86.27%-
XYZ36.4428.5671.3-
YUV149.56167.75140.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=32.49%
G=24.71%
B=42.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671272200.240.4200.14265.8157.0668.04
HexA77FDC182A0E10a3944
Octal247177334305201641271104
Binary1010011111111111101110011000101010011101000010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a77fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a77fdc; }

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

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

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

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

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

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

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

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