Html Css Color HEX #A749ED Medium Orchid

📋 copy color: '#A749ED'

red 167 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #A749ED

Tints of Medium Orchid #A749ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 35.01%
G = 15.3%
B = 49.69%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A749ED (or 0xA749ED) is known color: Medium Orchid. HEX triplet: A7, 49 and ED. RGB value is (167,73,237). Sum of RGB (Red+Green+Blue) = 167+73+237=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A749ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A749ED is #58B612. Grayscale: #777777. Windows color (decimal): -5813779 or 15550887. OLE color: 15550887.

HSL color Cylindrical-coordinate representation of color #A749ED: hue angle of 274.39º degrees, saturation: 0.82, 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 #A749ED is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 73 237 -
CMYK 0.30 0.69 0 0.07
HSL 274.39º 0.82% 0.61% -
HSV(B) 274.39º 0.69% 0.93% -
XYZ 33.6 19.1 82.04 -
YUV 119.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 167 73 237 0.30 0.69 0 0.07 274.39 0.82 0.61
Hex A7 49 ED 1E 45 0 7 112 52 3D
Octal 247 111 355 36 105 0 7 422 122 75
Binary 10100111 1001001 11101101 11110 1000101 0 111 100010010 1010010 111101

Color Harmonies of #A749ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749ED

Black with #A749ED

Text Example


Text Example

White with #A749ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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