#A74BEF

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

Shades of Medium Orchid #A74BEF

Tints of Medium Orchid #A74BEF

Color information

#A74BEF (or 0xA74BEF) is unknown color: approx Medium Orchid. HEX triplet: A7, 4B and EF. RGB value is (167,75,239). Sum of RGB (Red+Green+Blue) = 167+75+239=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #A74BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BEF is #58B410. Grayscale: #787878. Windows color (decimal): -5813265 or 15682471. OLE color: 15682471.

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

Color convert

RGB16775239-
CMYK0.300.6900.06
HSL273.66º83.67%61.57%-
HSV(B)273.66º68.62%93.73%-
XYZ34.0319.4883.63-
YUV121.2194.48160.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 75 (29.69% from 255) = 15.59%
BLUE value IS 239 (93.75% from 255) = 49.69%
R=34.72%
G=15.59%
B=49.69%

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
Decimal167752390.300.6900.06273.6683.6761.57
HexA74BEF1E4506112543e
Octal247113357361050642212476
Binary1010011110010111110111111110100010101101000100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74BEF; }

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

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

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

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

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

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

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

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