Html Css Color HEX #A749EB Medium Orchid

📋 copy color: '#A749EB'

red 167 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #A749EB

Tints of Medium Orchid #A749EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 35.16%
G = 15.37%
B = 49.47%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A749EB (or 0xA749EB) is known color: Medium Orchid. HEX triplet: A7, 49 and EB. RGB value is (167,73,235). Sum of RGB (Red+Green+Blue) = 167+73+235=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #A749EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A749EB is #58B614. Grayscale: #777777. Windows color (decimal): -5813781 or 15419815. OLE color: 15419815.

HSL color Cylindrical-coordinate representation of color #A749EB: hue angle of 274.81º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A749EB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 73 235 -
CMYK 0.29 0.69 0 0.08
HSL 274.81º 0.8% 0.6% -
HSV(B) 274.81º 0.69% 0.92% -
XYZ 33.31 18.98 80.5 -
YUV 119.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 167 73 235 0.29 0.69 0 0.08 274.81 0.8 0.6
Hex A7 49 EB 1D 45 0 8 113 50 3C
Octal 247 111 353 35 105 0 10 423 120 74
Binary 10100111 1001001 11101011 11101 1000101 0 1000 100010011 1010000 111100

Color Harmonies of #A749EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749EB

Black with #A749EB

Text Example


Text Example

White with #A749EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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