Html Css Color HEX #A749E3 Medium Orchid

📋 copy color: '#A749E3'

red 167 ◦ green 73 ◦ blue 227

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

Shades of Medium Orchid #A749E3

Tints of Medium Orchid #A749E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.61%

R = 35.76%
G = 15.63%
B = 48.61%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A749E3 (or 0xA749E3) is known color: Medium Orchid. HEX triplet: A7, 49 and E3. RGB value is (167,73,227). Sum of RGB (Red+Green+Blue) = 167+73+227=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #A749E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749E3 is #58B61C. Grayscale: #767676. Windows color (decimal): -5813789 or 14895527. OLE color: 14895527.

HSL color Cylindrical-coordinate representation of color #A749E3: hue angle of 276.62º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A749E3 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 73 227 -
CMYK 0.26 0.68 0 0.11
HSL 276.62º 0.73% 0.59% -
HSV(B) 276.62º 0.68% 0.89% -
XYZ 32.18 18.53 74.55 -
YUV 118.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 167 73 227 0.26 0.68 0 0.11 276.62 0.73 0.59
Hex A7 49 E3 1A 44 0 B 115 49 3B
Octal 247 111 343 32 104 0 13 425 111 73
Binary 10100111 1001001 11100011 11010 1000100 0 1011 100010101 1001001 111011

Color Harmonies of #A749E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749E3

Black with #A749E3

Text Example


Text Example

White with #A749E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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