#A77BD6

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

Shades of Medium Purple #A77BD6

Tints of Medium Purple #A77BD6

Color information

#A77BD6 (or 0xA77BD6) is unknown color: approx Medium Purple. HEX triplet: A7, 7B and D6. RGB value is (167,123,214). Sum of RGB (Red+Green+Blue) = 167+123+214=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #A77BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BD6 is #588429. Grayscale: #929292. Windows color (decimal): -5801002 or 14056359. OLE color: 14056359.

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

Color convert

RGB167123214-
CMYK0.220.4300.16
HSL269.01º52.6%66.08%-
HSV(B)269.01º42.52%83.92%-
XYZ35.1627.2467.02-
YUV146.53166.08142.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=33.13%
G=24.40%
B=42.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671232140.220.4300.16269.0152.666.08
HexA77BD6162B01010d3542
Octal247173326265302041565102
Binary10100111111101111010110101101010110100001000011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BD6; }

 p { color: rgb(167,123,214); }

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

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

 a { background-color: rgb(167,123,214); }

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

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

 span { border-color: rgb(167,123,214); }

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