Html Css Color HEX #A647DC Medium Orchid

📋 copy color: '#A647DC'

red 166 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #A647DC

Tints of Medium Orchid #A647DC

RGB

 RED value IS 166 (65.23% from 255) = 36.32%

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 36.32%
G = 15.54%
B = 48.14%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A647DC (or 0xA647DC) is known color: Medium Orchid. HEX triplet: A6, 47 and DC. RGB value is (166,71,220). Sum of RGB (Red+Green+Blue) = 166+71+220=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #A647DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647DC is #59B823. Grayscale: #737373. Windows color (decimal): -5879844 or 14436262. OLE color: 14436262.

HSL color Cylindrical-coordinate representation of color #A647DC: hue angle of 278.26º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A647DC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 71 220 -
CMYK 0.25 0.68 0 0.14
HSL 278.26º 0.68% 0.57% -
HSV(B) 278.26º 0.68% 0.86% -
XYZ 30.9 17.78 69.51 -
YUV 116.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 166 71 220 0.25 0.68 0 0.14 278.26 0.68 0.57
Hex A6 47 DC 19 44 0 E 116 44 39
Octal 246 107 334 31 104 0 16 426 104 71
Binary 10100110 1000111 11011100 11001 1000100 0 1110 100010110 1000100 111001

Color Harmonies of #A647DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A647DC

Black with #A647DC

Text Example


Text Example

White with #A647DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A647DC; }

 p { color: rgb(166,71,220); }

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

background-color css

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

 a { background-color: rgb(166,71,220); }

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

border-color css

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

 span { border-color: rgb(166,71,220); }

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