Html Css Color HEX #A749E2 Medium Orchid

📋 copy color: '#A749E2'

red 167 ◦ green 73 ◦ blue 226

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

Shades of Medium Orchid #A749E2

Tints of Medium Orchid #A749E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.5%

R = 35.84%
G = 15.67%
B = 48.5%

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

#A749E2 (or 0xA749E2) is known color: Medium Orchid. HEX triplet: A7, 49 and E2. RGB value is (167,73,226). Sum of RGB (Red+Green+Blue) = 167+73+226=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #A749E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749E2 is #58B61D. Grayscale: #767676. Windows color (decimal): -5813790 or 14829991. OLE color: 14829991.

HSL color Cylindrical-coordinate representation of color #A749E2: hue angle of 276.86º 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 #A749E2 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 73 226 -
CMYK 0.26 0.68 0 0.11
HSL 276.86º 0.73% 0.59% -
HSV(B) 276.86º 0.68% 0.89% -
XYZ 32.05 18.47 73.83 -
YUV 118.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 167 73 226 0.26 0.68 0 0.11 276.86 0.73 0.59
Hex A7 49 E2 1A 44 0 B 115 49 3B
Octal 247 111 342 32 104 0 13 425 111 73
Binary 10100111 1001001 11100010 11010 1000100 0 1011 100010101 1001001 111011

Color Harmonies of #A749E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749E2

Black with #A749E2

Text Example


Text Example

White with #A749E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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