#A747CE

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

Shades of Medium Orchid #A747CE

Tints of Medium Orchid #A747CE

Color information

#A747CE (or 0xA747CE) is unknown color: approx Medium Orchid. HEX triplet: A7, 47 and CE. RGB value is (167,71,206). Sum of RGB (Red+Green+Blue) = 167+71+206=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A747CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747CE is #58B831. Grayscale: #727272. Windows color (decimal): -5814322 or 13518759. OLE color: 13518759.

HSL color Cylindrical-coordinate representation of color #A747CE: hue angle of 282.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A747CE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16771206-
CMYK0.190.6600.19
HSL282.67º57.94%54.31%-
HSV(B)282.67º65.53%80.78%-
XYZ29.3317.1860.16-
YUV115.09179.3165.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 71 (28.12% from 255) = 15.99%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=37.61%
G=15.99%
B=46.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167712060.190.6600.19282.6757.9454.31
HexA747CE134201311b3a36
Octal247107316231020234337266
Binary10100111100011111001110100111000010010011100011011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A747CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A747CE; }

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

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

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

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

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

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

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

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