#A747DD

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

Shades of Medium Orchid #A747DD

Tints of Medium Orchid #A747DD

Color information

#A747DD (or 0xA747DD) is unknown color: approx Medium Orchid. HEX triplet: A7, 47 and DD. RGB value is (167,71,221). Sum of RGB (Red+Green+Blue) = 167+71+221=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #A747DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747DD is #58B822. Grayscale: #747474. Windows color (decimal): -5814307 or 14501799. OLE color: 14501799.

HSL color Cylindrical-coordinate representation of color #A747DD: hue angle of 278.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A747DD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16771221-
CMYK0.240.6800.13
HSL278.4º68.81%57.25%-
HSV(B)278.4º67.87%86.67%-
XYZ31.2417.9470.22-
YUV116.8186.8163.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 71 (28.12% from 255) = 15.47%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=36.38%
G=15.47%
B=48.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167712210.240.6800.13278.468.8157.25
HexA747DD18440D1164539
Octal2471073353010401542610571
Binary10100111100011111011101110001000100011011000101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A747DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A747DD; }

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

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

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

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

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

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

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

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