#A74ED0

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

Shades of Medium Orchid #A74ED0

Tints of Medium Orchid #A74ED0

Color information

#A74ED0 (or 0xA74ED0) is unknown color: approx Medium Orchid. HEX triplet: A7, 4E and D0. RGB value is (167,78,208). Sum of RGB (Red+Green+Blue) = 167+78+208=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #A74ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74ED0 is #58B12F. Grayscale: #777777. Windows color (decimal): -5812528 or 13651623. OLE color: 13651623.

HSL color Cylindrical-coordinate representation of color #A74ED0: hue angle of 281.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74ED0 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16778208-
CMYK0.200.6200.18
HSL281.08º58.04%56.08%-
HSV(B)281.08º62.5%81.57%-
XYZ30.0518.2261.61-
YUV119.43177.99161.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=36.87%
G=17.22%
B=45.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167782080.200.6200.18281.0858.0456.08
HexA74ED0143E0121193a38
Octal24711632024760224317270
Binary1010011110011101101000010100111110010010100011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74ED0; }

 p { color: rgb(167,78,208); }

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

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

 a { background-color: rgb(167,78,208); }

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

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

 span { border-color: rgb(167,78,208); }

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