#A76BEA

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

Shades of Medium Purple #A76BEA

Tints of Medium Purple #A76BEA

Color information

#A76BEA (or 0xA76BEA) is unknown color: approx Medium Purple. HEX triplet: A7, 6B and EA. RGB value is (167,107,234). Sum of RGB (Red+Green+Blue) = 167+107+234=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #A76BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BEA is #589415. Grayscale: #8A8A8A. Windows color (decimal): -5805078 or 15362983. OLE color: 15362983.

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

Color convert

RGB167107234-
CMYK0.290.5400.08
HSL268.35º75.15%66.86%-
HSV(B)268.35º54.27%91.76%-
XYZ36.0524.6780.7-
YUV139.42181.38147.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=32.87%
G=21.06%
B=46.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671072340.290.5400.08268.3575.1566.86
HexA76BEA1D360810c4b43
Octal2471533523566010414113103
Binary10100111110101111101010111011101100100010000110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BEA; }

 p { color: rgb(167,107,234); }

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

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

 a { background-color: rgb(167,107,234); }

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

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

 span { border-color: rgb(167,107,234); }

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