Html Css Color HEX #A747CD Medium Orchid

📋 copy color: '#A747CD'

red 167 ◦ green 71 ◦ blue 205

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

Shades of Medium Orchid #A747CD

Tints of Medium Orchid #A747CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.03%

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

R = 37.7%
G = 16.03%
B = 46.28%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A747CD (or 0xA747CD) is known color: Medium Orchid. HEX triplet: A7, 47 and CD. RGB value is (167,71,205). Sum of RGB (Red+Green+Blue) = 167+71+205=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #A747CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747CD is #58B832. Grayscale: #727272. Windows color (decimal): -5814323 or 13453223. OLE color: 13453223.

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

Color convert

RGB 167 71 205 -
CMYK 0.19 0.65 0 0.20
HSL 282.99º 0.57% 0.54% -
HSV(B) 282.99º 0.65% 0.8% -
XYZ 29.21 17.13 59.52 -
YUV 114.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 167 71 205 0.19 0.65 0 0.20 282.99 0.57 0.54
Hex A7 47 CD 13 41 0 14 11B 39 36
Octal 247 107 315 23 101 0 24 433 71 66
Binary 10100111 1000111 11001101 10011 1000001 0 10100 100011011 111001 110110

Color Harmonies of #A747CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747CD

Black with #A747CD

Text Example


Text Example

White with #A747CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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