Html Css Color HEX #A47FDB Medium Purple

📋 copy color: '#A47FDB'

red 164 ◦ green 127 ◦ blue 219

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

Shades of Medium Purple #A47FDB

Tints of Medium Purple #A47FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 32.16%
G = 24.9%
B = 42.94%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A47FDB (or 0xA47FDB) is known color: Medium Purple. HEX triplet: A4, 7F and DB. RGB value is (164,127,219). Sum of RGB (Red+Green+Blue) = 164+127+219=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A47FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FDB is #5B8024. Grayscale: #949494. Windows color (decimal): -5996581 or 14385060. OLE color: 14385060.

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

Color convert

RGB 164 127 219 -
CMYK 0.25 0.42 0 0.14
HSL 264.13º 0.56% 0.68% -
HSV(B) 264.13º 0.42% 0.86% -
XYZ 35.69 28.19 70.58 -
YUV 148.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 164 127 219 0.25 0.42 0 0.14 264.13 0.56 0.68
Hex A4 7F DB 19 2A 0 E 108 38 44
Octal 244 177 333 31 52 0 16 410 70 104
Binary 10100100 1111111 11011011 11001 101010 0 1110 100001000 111000 1000100

Color Harmonies of #A47FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FDB

Black with #A47FDB

Text Example


Text Example

White with #A47FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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