Html Css Color HEX #A47CDE Medium Purple

📋 copy color: '#A47CDE'

red 164 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #A47CDE

Tints of Medium Purple #A47CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 32.16%
G = 24.31%
B = 43.53%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A47CDE (or 0xA47CDE) is known color: Medium Purple. HEX triplet: A4, 7C and DE. RGB value is (164,124,222). Sum of RGB (Red+Green+Blue) = 164+124+222=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #A47CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CDE is #5B8321. Grayscale: #929292. Windows color (decimal): -5997346 or 14580900. OLE color: 14580900.

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

Color convert

RGB 164 124 222 -
CMYK 0.26 0.44 0 0.13
HSL 264.49º 0.6% 0.68% -
HSV(B) 264.49º 0.44% 0.87% -
XYZ 35.7 27.58 72.55 -
YUV 147.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 164 124 222 0.26 0.44 0 0.13 264.49 0.6 0.68
Hex A4 7C DE 1A 2C 0 D 108 3C 44
Octal 244 174 336 32 54 0 15 410 74 104
Binary 10100100 1111100 11011110 11010 101100 0 1101 100001000 111100 1000100

Color Harmonies of #A47CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CDE

Black with #A47CDE

Text Example


Text Example

White with #A47CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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