#A747ED

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

Shades of Medium Orchid #A747ED

Tints of Medium Orchid #A747ED

Color information

#A747ED (or 0xA747ED) is unknown color: approx Medium Orchid. HEX triplet: A7, 47 and ED. RGB value is (167,71,237). Sum of RGB (Red+Green+Blue) = 167+71+237=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #A747ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A747ED is #58B812. Grayscale: #767676. Windows color (decimal): -5814291 or 15550375. OLE color: 15550375.

HSL color Cylindrical-coordinate representation of color #A747ED: hue angle of 274.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A747ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16771237-
CMYK0.300.7000.07
HSL274.7º82.18%60.39%-
HSV(B)274.7º70.04%92.94%-
XYZ33.4818.8481.99-
YUV118.63194.8162.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 71 (28.12% from 255) = 14.95%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=35.16%
G=14.95%
B=49.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167712370.300.7000.07274.782.1860.39
HexA747ED1E4607113523c
Octal247107355361060742312274
Binary1010011110001111110110111110100011001111000100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A747ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A747ED; }

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

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

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

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

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

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

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

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