Html Css Color HEX #A74EEC Medium Orchid

📋 copy color: '#A74EEC'

red 167 ◦ green 78 ◦ blue 236

#A74EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #A74EEC

Tints of Medium Orchid #A74EEC

RGB

 RED value IS 167 (65.63% from 255) = 34.72%

 GREEN value IS 78 (30.86% from 255) = 16.22%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 34.72%
G = 16.22%
B = 49.06%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A74EEC (or 0xA74EEC) is known color: Medium Orchid. HEX triplet: A7, 4E and EC. RGB value is (167,78,236). Sum of RGB (Red+Green+Blue) = 167+78+236=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #A74EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EEC is #58B113. Grayscale: #7A7A7A. Windows color (decimal): -5812500 or 15486631. OLE color: 15486631.

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

Color convert

RGB 167 78 236 -
CMYK 0.29 0.67 0 0.07
HSL 273.8º 0.81% 0.62% -
HSV(B) 273.8º 0.67% 0.93% -
XYZ 33.8 19.72 81.38 -
YUV 122.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 167 78 236 0.29 0.67 0 0.07 273.8 0.81 0.62
Hex A7 4E EC 1D 43 0 7 112 51 3E
Octal 247 116 354 35 103 0 7 422 121 76
Binary 10100111 1001110 11101100 11101 1000011 0 111 100010010 1010001 111110

Color Harmonies of #A74EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EEC

Black with #A74EEC

Text Example


Text Example

White with #A74EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EEC; }

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

 H1.HeaderClassName
 {
   color: #A74EEC;
 }
 .AnyTagClassName
 {
   color: #A74EEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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