#A76FEE

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

Shades of Medium Purple #A76FEE

Tints of Medium Purple #A76FEE

Color information

#A76FEE (or 0xA76FEE) is unknown color: approx Medium Purple. HEX triplet: A7, 6F and EE. RGB value is (167,111,238). Sum of RGB (Red+Green+Blue) = 167+111+238=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #A76FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FEE is #589011. Grayscale: #8D8D8D. Windows color (decimal): -5804050 or 15626151. OLE color: 15626151.

HSL color Cylindrical-coordinate representation of color #A76FEE: hue angle of 266.46º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A76FEE is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167111238-
CMYK0.300.5300.07
HSL266.46º78.88%68.43%-
HSV(B)266.46º53.36%93.33%-
XYZ37.0525.7683.91-
YUV142.22182.05145.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=32.36%
G=21.51%
B=46.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671112380.300.5300.07266.4678.8868.43
HexA76FEE1E350710a4f44
Octal247157356366507412117104
Binary1010011111011111110111011110110101011110000101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FEE; }

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

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

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

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

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

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

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

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