Html Css Color HEX #A747CC Medium Orchid

📋 copy color: '#A747CC'

red 167 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #A747CC

Tints of Medium Orchid #A747CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 37.78%
G = 16.06%
B = 46.15%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A747CC (or 0xA747CC) is known color: Medium Orchid. HEX triplet: A7, 47 and CC. RGB value is (167,71,204). Sum of RGB (Red+Green+Blue) = 167+71+204=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #A747CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747CC is #58B833. Grayscale: #727272. Windows color (decimal): -5814324 or 13387687. OLE color: 13387687.

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

Color convert

RGB 167 71 204 -
CMYK 0.18 0.65 0 0.2
HSL 283.31º 0.57% 0.54% -
HSV(B) 283.31º 0.65% 0.8% -
XYZ 29.09 17.08 58.89 -
YUV 114.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 167 71 204 0.18 0.65 0 0.2 283.31 0.57 0.54
Hex A7 47 CC 12 41 0 14 11B 39 36
Octal 247 107 314 22 101 0 24 433 71 66
Binary 10100111 1000111 11001100 10010 1000001 0 10100 100011011 111001 110110

Color Harmonies of #A747CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747CC

Black with #A747CC

Text Example


Text Example

White with #A747CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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