Html Css Color HEX #A747CF Medium Orchid

📋 copy color: '#A747CF'

red 167 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #A747CF

Tints of Medium Orchid #A747CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 37.53%
G = 15.96%
B = 46.52%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A747CF (or 0xA747CF) is known color: Medium Orchid. HEX triplet: A7, 47 and CF. RGB value is (167,71,207). Sum of RGB (Red+Green+Blue) = 167+71+207=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #A747CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747CF is #58B830. Grayscale: #727272. Windows color (decimal): -5814321 or 13584295. OLE color: 13584295.

HSL color Cylindrical-coordinate representation of color #A747CF: hue angle of 282.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A747CF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 71 207 -
CMYK 0.19 0.66 0 0.19
HSL 282.35º 0.59% 0.55% -
HSV(B) 282.35º 0.66% 0.81% -
XYZ 29.45 17.23 60.8 -
YUV 115.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 167 71 207 0.19 0.66 0 0.19 282.35 0.59 0.55
Hex A7 47 CF 13 42 0 13 11A 3B 37
Octal 247 107 317 23 102 0 23 432 73 67
Binary 10100111 1000111 11001111 10011 1000010 0 10011 100011010 111011 110111

Color Harmonies of #A747CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747CF

Black with #A747CF

Text Example


Text Example

White with #A747CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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