Html Css Color HEX #A747DD Medium Orchid

📋 copy color: '#A747DD'

red 167 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #A747DD

Tints of Medium Orchid #A747DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 36.38%
G = 15.47%
B = 48.15%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A747DD (or 0xA747DD) is known color: Medium Orchid. HEX triplet: A7, 47 and DD. RGB value is (167,71,221). Sum of RGB (Red+Green+Blue) = 167+71+221=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #A747DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747DD is #58B822. Grayscale: #747474. Windows color (decimal): -5814307 or 14501799. OLE color: 14501799.

HSL color Cylindrical-coordinate representation of color #A747DD: hue angle of 278.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A747DD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 71 221 -
CMYK 0.24 0.68 0 0.13
HSL 278.4º 0.69% 0.57% -
HSV(B) 278.4º 0.68% 0.87% -
XYZ 31.24 17.94 70.22 -
YUV 116.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 167 71 221 0.24 0.68 0 0.13 278.4 0.69 0.57
Hex A7 47 DD 18 44 0 D 116 45 39
Octal 247 107 335 30 104 0 15 426 105 71
Binary 10100111 1000111 11011101 11000 1000100 0 1101 100010110 1000101 111001

Color Harmonies of #A747DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747DD

Black with #A747DD

Text Example


Text Example

White with #A747DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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