Html Css Color HEX #A47CDC Medium Purple

📋 copy color: '#A47CDC'

red 164 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #A47CDC

Tints of Medium Purple #A47CDC

RGB

 RED value IS 164 (64.45% from 255) = 32.28%

 GREEN value IS 124 (48.83% from 255) = 24.41%

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

R = 32.28%
G = 24.41%
B = 43.31%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A47CDC (or 0xA47CDC) is known color: Medium Purple. HEX triplet: A4, 7C and DC. RGB value is (164,124,220). Sum of RGB (Red+Green+Blue) = 164+124+220=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #A47CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CDC is #5B8323. Grayscale: #929292. Windows color (decimal): -5997348 or 14449828. OLE color: 14449828.

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

Color convert

RGB 164 124 220 -
CMYK 0.25 0.44 0 0.14
HSL 265º 0.58% 0.67% -
HSV(B) 265º 0.44% 0.86% -
XYZ 35.44 27.48 71.15 -
YUV 146.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 164 124 220 0.25 0.44 0 0.14 265 0.58 0.67
Hex A4 7C DC 19 2C 0 E 109 3A 43
Octal 244 174 334 31 54 0 16 411 72 103
Binary 10100100 1111100 11011100 11001 101100 0 1110 100001001 111010 1000011

Color Harmonies of #A47CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CDC

Black with #A47CDC

Text Example


Text Example

White with #A47CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CDC; }

 p { color: rgb(164,124,220); }

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

background-color css

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

 a { background-color: rgb(164,124,220); }

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

border-color css

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

 span { border-color: rgb(164,124,220); }

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