#A74AF0

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

Shades of Medium Orchid #A74AF0

Tints of Medium Orchid #A74AF0

Color information

#A74AF0 (or 0xA74AF0) is unknown color: approx Medium Orchid. HEX triplet: A7, 4A and F0. RGB value is (167,74,240). Sum of RGB (Red+Green+Blue) = 167+74+240=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A74AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74AF0 is #58B50F. Grayscale: #787878. Windows color (decimal): -5813520 or 15747751. OLE color: 15747751.

HSL color Cylindrical-coordinate representation of color #A74AF0: hue angle of 273.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74AF0 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16774240-
CMYK0.300.6900.06
HSL273.61º84.69%61.57%-
HSV(B)273.61º69.17%94.12%-
XYZ34.1119.484.39-
YUV120.73195.31161-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 74 (29.30% from 255) = 15.38%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=34.72%
G=15.38%
B=49.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal167742400.300.6900.06273.6184.6961.57
HexA74AF01E4506112553e
Octal247112360361050642212576
Binary1010011110010101111000011110100010101101000100101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74AF0; }

 p { color: rgb(167,74,240); }

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

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

 a { background-color: rgb(167,74,240); }

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

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

 span { border-color: rgb(167,74,240); }

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