Html Css Color HEX #A747CB Medium Orchid

📋 copy color: '#A747CB'

red 167 ◦ green 71 ◦ blue 203

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

Shades of Medium Orchid #A747CB

Tints of Medium Orchid #A747CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 37.87%
G = 16.1%
B = 46.03%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A747CB (or 0xA747CB) is known color: Medium Orchid. HEX triplet: A7, 47 and CB. RGB value is (167,71,203). Sum of RGB (Red+Green+Blue) = 167+71+203=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #A747CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747CB is #58B834. Grayscale: #727272. Windows color (decimal): -5814325 or 13322151. OLE color: 13322151.

HSL color Cylindrical-coordinate representation of color #A747CB: hue angle of 283.64º degrees, saturation: 0.56, 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 #A747CB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 71 203 -
CMYK 0.18 0.65 0 0.20
HSL 283.64º 0.56% 0.54% -
HSV(B) 283.64º 0.65% 0.8% -
XYZ 28.97 17.03 58.26 -
YUV 114.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 167 71 203 0.18 0.65 0 0.20 283.64 0.56 0.54
Hex A7 47 CB 12 41 0 14 11C 38 36
Octal 247 107 313 22 101 0 24 434 70 66
Binary 10100111 1000111 11001011 10010 1000001 0 10100 100011100 111000 110110

Color Harmonies of #A747CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747CB

Black with #A747CB

Text Example


Text Example

White with #A747CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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