#A776EB

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

Shades of Medium Purple #A776EB

Tints of Medium Purple #A776EB

Color information

#A776EB (or 0xA776EB) is unknown color: approx Medium Purple. HEX triplet: A7, 76 and EB. RGB value is (167,118,235). Sum of RGB (Red+Green+Blue) = 167+118+235=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #A776EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776EB is #588914. Grayscale: #919191. Windows color (decimal): -5802261 or 15431335. OLE color: 15431335.

HSL color Cylindrical-coordinate representation of color #A776EB: hue angle of 265.13º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A776EB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167118235-
CMYK0.290.5000.08
HSL265.13º74.52%69.22%-
HSV(B)265.13º49.79%92.16%-
XYZ37.4127.1781.87-
YUV145.99178.23142.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 118 (46.48% from 255) = 22.69%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=32.12%
G=22.69%
B=45.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671182350.290.5000.08265.1374.5269.22
HexA776EB1D32081094b45
Octal2471663533562010411113105
Binary10100111111011011101011111011100100100010000100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776EB; }

 p { color: rgb(167,118,235); }

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

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

 a { background-color: rgb(167,118,235); }

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

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

 span { border-color: rgb(167,118,235); }

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