Html Css Color HEX #A749EC Medium Orchid

📋 copy color: '#A749EC'

red 167 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #A749EC

Tints of Medium Orchid #A749EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.34%

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

R = 35.08%
G = 15.34%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A749EC (or 0xA749EC) is known color: Medium Orchid. HEX triplet: A7, 49 and EC. RGB value is (167,73,236). Sum of RGB (Red+Green+Blue) = 167+73+236=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #A749EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A749EC is #58B613. Grayscale: #777777. Windows color (decimal): -5813780 or 15485351. OLE color: 15485351.

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

Color convert

RGB 167 73 236 -
CMYK 0.29 0.69 0 0.07
HSL 274.6º 0.81% 0.61% -
HSV(B) 274.6º 0.69% 0.93% -
XYZ 33.46 19.04 81.27 -
YUV 119.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 167 73 236 0.29 0.69 0 0.07 274.6 0.81 0.61
Hex A7 49 EC 1D 45 0 7 113 51 3D
Octal 247 111 354 35 105 0 7 423 121 75
Binary 10100111 1001001 11101100 11101 1000101 0 111 100010011 1010001 111101

Color Harmonies of #A749EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749EC

Black with #A749EC

Text Example


Text Example

White with #A749EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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