Html Css Color HEX #A749CD Medium Orchid

📋 copy color: '#A749CD'

red 167 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #A749CD

Tints of Medium Orchid #A749CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 37.53%
G = 16.4%
B = 46.07%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A749CD (or 0xA749CD) is known color: Medium Orchid. HEX triplet: A7, 49 and CD. RGB value is (167,73,205). Sum of RGB (Red+Green+Blue) = 167+73+205=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A749CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749CD is #58B632. Grayscale: #737373. Windows color (decimal): -5813811 or 13453735. OLE color: 13453735.

HSL color Cylindrical-coordinate representation of color #A749CD: hue angle of 282.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A749CD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 73 205 -
CMYK 0.19 0.64 0 0.20
HSL 282.73º 0.57% 0.55% -
HSV(B) 282.73º 0.64% 0.8% -
XYZ 29.34 17.39 59.57 -
YUV 116.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 167 73 205 0.19 0.64 0 0.20 282.73 0.57 0.55
Hex A7 49 CD 13 40 0 14 11B 39 37
Octal 247 111 315 23 100 0 24 433 71 67
Binary 10100111 1001001 11001101 10011 1000000 0 10100 100011011 111001 110111

Color Harmonies of #A749CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749CD

Black with #A749CD

Text Example


Text Example

White with #A749CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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