#A76CE7

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

Shades of Medium Purple #A76CE7

Tints of Medium Purple #A76CE7

Color information

#A76CE7 (or 0xA76CE7) is unknown color: approx Medium Purple. HEX triplet: A7, 6C and E7. RGB value is (167,108,231). Sum of RGB (Red+Green+Blue) = 167+108+231=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #A76CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CE7 is #589318. Grayscale: #8B8B8B. Windows color (decimal): -5804825 or 15166631. OLE color: 15166631.

HSL color Cylindrical-coordinate representation of color #A76CE7: hue angle of 268.78º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A76CE7 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167108231-
CMYK0.280.5300.09
HSL268.78º71.93%66.47%-
HSV(B)268.78º53.25%90.59%-
XYZ35.7224.7178.49-
YUV139.66179.55147.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=33.00%
G=21.34%
B=45.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671082310.280.5300.09268.7871.9366.47
HexA76CE71C350910d4842
Octal2471543473465011415110102
Binary10100111110110011100111111001101010100110000110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CE7; }

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

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

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

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

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

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

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

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