#A74EDE

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

Shades of Medium Orchid #A74EDE

Tints of Medium Orchid #A74EDE

Color information

#A74EDE (or 0xA74EDE) is unknown color: approx Medium Orchid. HEX triplet: A7, 4E and DE. RGB value is (167,78,222). Sum of RGB (Red+Green+Blue) = 167+78+222=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #A74EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EDE is #58B121. Grayscale: #787878. Windows color (decimal): -5812514 or 14569127. OLE color: 14569127.

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

Color convert

RGB16778222-
CMYK0.250.6500.13
HSL277.08º68.57%58.82%-
HSV(B)277.08º64.86%87.06%-
XYZ31.8518.9471.08-
YUV121.03184.99160.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 78 (30.86% from 255) = 16.70%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=35.76%
G=16.70%
B=47.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167782220.250.6500.13277.0868.5758.82
HexA74EDE19410D115453b
Octal2471163363110101542510573
Binary10100111100111011011110110011000001011011000101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74EDE; }

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

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

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

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

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

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

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

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