Html Css Color HEX #A47FDD Medium Purple

📋 copy color: '#A47FDD'

red 164 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #A47FDD

Tints of Medium Purple #A47FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.8%

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

R = 32.03%
G = 24.8%
B = 43.16%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A47FDD (or 0xA47FDD) is known color: Medium Purple. HEX triplet: A4, 7F and DD. RGB value is (164,127,221). Sum of RGB (Red+Green+Blue) = 164+127+221=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A47FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FDD is #5B8022. Grayscale: #949494. Windows color (decimal): -5996579 or 14516132. OLE color: 14516132.

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

Color convert

RGB 164 127 221 -
CMYK 0.26 0.43 0 0.13
HSL 263.62º 0.58% 0.68% -
HSV(B) 263.62º 0.43% 0.87% -
XYZ 35.95 28.29 71.97 -
YUV 148.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 164 127 221 0.26 0.43 0 0.13 263.62 0.58 0.68
Hex A4 7F DD 1A 2B 0 D 108 3A 44
Octal 244 177 335 32 53 0 15 410 72 104
Binary 10100100 1111111 11011101 11010 101011 0 1101 100001000 111010 1000100

Color Harmonies of #A47FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FDD

Black with #A47FDD

Text Example


Text Example

White with #A47FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FDD; }

 p { color: rgb(164,127,221); }

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

background-color css

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

 a { background-color: rgb(164,127,221); }

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

border-color css

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

 span { border-color: rgb(164,127,221); }

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