#A77CD5

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

Shades of Medium Purple #A77CD5

Tints of Medium Purple #A77CD5

Color information

#A77CD5 (or 0xA77CD5) is unknown color: approx Medium Purple. HEX triplet: A7, 7C and D5. RGB value is (167,124,213). Sum of RGB (Red+Green+Blue) = 167+124+213=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #A77CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CD5 is #58832A. Grayscale: #929292. Windows color (decimal): -5800747 or 13991079. OLE color: 13991079.

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

Color convert

RGB167124213-
CMYK0.220.4200.16
HSL268.99º51.45%66.08%-
HSV(B)268.99º41.78%83.53%-
XYZ35.1527.4366.39-
YUV147165.25142.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=33.13%
G=24.60%
B=42.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671242130.220.4200.16268.9951.4566.08
HexA77CD5162A01010d3342
Octal247174325265202041563102
Binary10100111111110011010101101101010100100001000011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CD5; }

 p { color: rgb(167,124,213); }

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

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

 a { background-color: rgb(167,124,213); }

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

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

 span { border-color: rgb(167,124,213); }

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