#a76cef

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

Shades of Medium Purple #A76CEF

Tints of Medium Purple #A76CEF

Color information

#A76CEF (or 0xA76CEF) is unknown color: approx Medium Purple. HEX triplet: A7, 6C and EF. RGB value is (167,108,239). Sum of RGB (Red+Green+Blue) = 167+108+239=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #A76CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CEF is #589310. Grayscale: #8C8C8C. Windows color (decimal): -5804817 or 15690919. OLE color: 15690919.

HSL color Cylindrical-coordinate representation of color #A76CEF: hue angle of 267.02º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76CEF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167108239-
CMYK0.300.5500.06
HSL267.02º80.37%68.04%-
HSV(B)267.02º54.81%93.73%-
XYZ36.8825.1784.58-
YUV140.57183.55146.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 108 (42.58% from 255) = 21.01%
BLUE value IS 239 (93.75% from 255) = 46.50%
R=32.49%
G=21.01%
B=46.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671082390.300.5500.06267.0280.3768.04
HexA76CEF1E370610b5044
Octal247154357366706413120104
Binary1010011111011001110111111110110111011010000101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76cef; }

 p { color: rgb(167,108,239); }

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

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

 a { background-color: rgb(167,108,239); }

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

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

 span { border-color: rgb(167,108,239); }

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