#A766ED

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

Shades of Medium Purple #A766ED

Tints of Medium Purple #A766ED

Color information

#A766ED (or 0xA766ED) is unknown color: approx Medium Purple. HEX triplet: A7, 66 and ED. RGB value is (167,102,237). Sum of RGB (Red+Green+Blue) = 167+102+237=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #A766ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766ED is #589912. Grayscale: #888888. Windows color (decimal): -5806355 or 15558311. OLE color: 15558311.

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

Color convert

RGB167102237-
CMYK0.300.5700.07
HSL268.89º78.95%66.47%-
HSV(B)268.89º56.96%92.94%-
XYZ35.9723.8382.82-
YUV136.82184.53149.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 102 (40.23% from 255) = 20.16%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=33.00%
G=20.16%
B=46.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671022370.300.5700.07268.8978.9566.47
HexA766ED1E390710d4f42
Octal247146355367107415117102
Binary1010011111001101110110111110111001011110000110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A766ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A766ED; }

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

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

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

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

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

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

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

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