#A77FDA

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

Shades of Medium Purple #A77FDA

Tints of Medium Purple #A77FDA

Color information

#A77FDA (or 0xA77FDA) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and DA. RGB value is (167,127,218). Sum of RGB (Red+Green+Blue) = 167+127+218=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A77FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FDA is #588025. Grayscale: #959595. Windows color (decimal): -5799974 or 14319527. OLE color: 14319527.

HSL color Cylindrical-coordinate representation of color #A77FDA: hue angle of 266.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77FDA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167127218-
CMYK0.230.4200.15
HSL266.37º55.15%67.65%-
HSV(B)266.37º41.74%85.49%-
XYZ36.1828.4669.92-
YUV149.33166.75140.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=32.62%
G=24.80%
B=42.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671272180.230.4200.15266.3755.1567.65
HexA77FDA172A0F10a3744
Octal247177332275201741267104
Binary1010011111111111101101010111101010011111000010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FDA; }

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

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

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

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

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

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

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

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