Html Css Color HEX #A47CDA Medium Purple

📋 copy color: '#A47CDA'

red 164 ◦ green 124 ◦ blue 218

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

Shades of Medium Purple #A47CDA

Tints of Medium Purple #A47CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 32.41%
G = 24.51%
B = 43.08%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A47CDA (or 0xA47CDA) is known color: Medium Purple. HEX triplet: A4, 7C and DA. RGB value is (164,124,218). Sum of RGB (Red+Green+Blue) = 164+124+218=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A47CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CDA is #5B8325. Grayscale: #929292. Windows color (decimal): -5997350 or 14318756. OLE color: 14318756.

HSL color Cylindrical-coordinate representation of color #A47CDA: hue angle of 265.53º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47CDA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 124 218 -
CMYK 0.25 0.43 0 0.15
HSL 265.53º 0.56% 0.67% -
HSV(B) 265.53º 0.43% 0.85% -
XYZ 35.17 27.37 69.76 -
YUV 146.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 164 124 218 0.25 0.43 0 0.15 265.53 0.56 0.67
Hex A4 7C DA 19 2B 0 F 10A 38 43
Octal 244 174 332 31 53 0 17 412 70 103
Binary 10100100 1111100 11011010 11001 101011 0 1111 100001010 111000 1000011

Color Harmonies of #A47CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CDA

Black with #A47CDA

Text Example


Text Example

White with #A47CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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