#A74FDD

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

Shades of Medium Orchid #A74FDD

Tints of Medium Orchid #A74FDD

Color information

#A74FDD (or 0xA74FDD) is unknown color: approx Medium Orchid. HEX triplet: A7, 4F and DD. RGB value is (167,79,221). Sum of RGB (Red+Green+Blue) = 167+79+221=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A74FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FDD is #58B022. Grayscale: #797979. Windows color (decimal): -5812259 or 14503847. OLE color: 14503847.

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

Color convert

RGB16779221-
CMYK0.240.6400.13
HSL277.18º67.62%58.82%-
HSV(B)277.18º64.25%86.67%-
XYZ31.7819.0370.4-
YUV121.5184.15160.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 79 (31.25% from 255) = 16.92%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=35.76%
G=16.92%
B=47.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167792210.240.6400.13277.1867.6258.82
HexA74FDD18400D115443b
Octal2471173353010001542510473
Binary10100111100111111011101110001000000011011000101011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74FDD; }

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

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

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

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

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

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

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

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