#A76CED

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

Shades of Medium Purple #A76CED

Tints of Medium Purple #A76CED

Color information

#A76CED (or 0xA76CED) is unknown color: approx Medium Purple. HEX triplet: A7, 6C and ED. RGB value is (167,108,237). Sum of RGB (Red+Green+Blue) = 167+108+237=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A76CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CED is #589312. Grayscale: #8B8B8B. Windows color (decimal): -5804819 or 15559847. OLE color: 15559847.

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

Color convert

RGB167108237-
CMYK0.300.5400.07
HSL267.44º78.18%67.65%-
HSV(B)267.44º54.43%92.94%-
XYZ36.5825.0683.03-
YUV140.35182.55147.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=32.62%
G=21.09%
B=46.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671082370.300.5400.07267.4478.1867.65
HexA76CED1E360710b4e44
Octal247154355366607413116104
Binary1010011111011001110110111110110110011110000101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CED; }

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

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

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

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

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

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

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

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