#A74BEC

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

Shades of Medium Orchid #A74BEC

Tints of Medium Orchid #A74BEC

Color information

#A74BEC (or 0xA74BEC) is unknown color: approx Medium Orchid. HEX triplet: A7, 4B and EC. RGB value is (167,75,236). Sum of RGB (Red+Green+Blue) = 167+75+236=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A74BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BEC is #58B413. Grayscale: #787878. Windows color (decimal): -5813268 or 15485863. OLE color: 15485863.

HSL color Cylindrical-coordinate representation of color #A74BEC: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74BEC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16775236-
CMYK0.290.6800.07
HSL274.29º80.9%60.98%-
HSV(B)274.29º68.22%92.55%-
XYZ33.5919.381.31-
YUV120.86192.98160.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 75 (29.69% from 255) = 15.69%
BLUE value IS 236 (92.58% from 255) = 49.37%
R=34.94%
G=15.69%
B=49.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167752360.290.6800.07274.2980.960.98
HexA74BEC1D4407112513d
Octal247113354351040742212175
Binary1010011110010111110110011101100010001111000100101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74BEC; }

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

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

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

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

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

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

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

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