#A76FEA

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

Shades of Medium Purple #A76FEA

Tints of Medium Purple #A76FEA

Color information

#A76FEA (or 0xA76FEA) is unknown color: approx Medium Purple. HEX triplet: A7, 6F and EA. RGB value is (167,111,234). Sum of RGB (Red+Green+Blue) = 167+111+234=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #A76FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FEA is #589015. Grayscale: #8D8D8D. Windows color (decimal): -5804054 or 15364007. OLE color: 15364007.

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

Color convert

RGB167111234-
CMYK0.290.5300.08
HSL267.32º74.55%67.65%-
HSV(B)267.32º52.56%91.76%-
XYZ36.4725.5280.85-
YUV141.77180.05146-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=32.62%
G=21.68%
B=45.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671112340.290.5300.08267.3274.5567.65
HexA76FEA1D350810b4b44
Octal2471573523565010413113104
Binary10100111110111111101010111011101010100010000101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FEA; }

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

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

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

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

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

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

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

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