#A74BF0

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

Shades of Medium Orchid #A74BF0

Tints of Medium Orchid #A74BF0

Color information

#A74BF0 (or 0xA74BF0) is unknown color: approx Medium Orchid. HEX triplet: A7, 4B and F0. RGB value is (167,75,240). Sum of RGB (Red+Green+Blue) = 167+75+240=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #A74BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BF0 is #58B40F. Grayscale: #787878. Windows color (decimal): -5813264 or 15748007. OLE color: 15748007.

HSL color Cylindrical-coordinate representation of color #A74BF0: hue angle of 273.45º 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 #A74BF0 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16775240-
CMYK0.300.6900.06
HSL273.45º84.62%61.76%-
HSV(B)273.45º68.75%94.12%-
XYZ34.1819.5484.41-
YUV121.32194.98160.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 75 (29.69% from 255) = 15.56%
BLUE value IS 240 (94.14% from 255) = 49.79%
R=34.65%
G=15.56%
B=49.79%

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
Decimal167752400.300.6900.06273.4584.6261.76
HexA74BF01E4506111553e
Octal247113360361050642112576
Binary1010011110010111111000011110100010101101000100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74BF0; }

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

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

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

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

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

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

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

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