Html Css Color HEX #A47FDF Medium Purple

📋 copy color: '#A47FDF'

red 164 ◦ green 127 ◦ blue 223

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

Shades of Medium Purple #A47FDF

Tints of Medium Purple #A47FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 31.91%
G = 24.71%
B = 43.39%

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

#A47FDF (or 0xA47FDF) is known color: Medium Purple. HEX triplet: A4, 7F and DF. RGB value is (164,127,223). Sum of RGB (Red+Green+Blue) = 164+127+223=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A47FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FDF is #5B8020. Grayscale: #949494. Windows color (decimal): -5996577 or 14647204. OLE color: 14647204.

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

Color convert

RGB 164 127 223 -
CMYK 0.26 0.43 0 0.13
HSL 263.13º 0.6% 0.69% -
HSV(B) 263.13º 0.43% 0.87% -
XYZ 36.22 28.4 73.38 -
YUV 149.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 164 127 223 0.26 0.43 0 0.13 263.13 0.6 0.69
Hex A4 7F DF 1A 2B 0 D 107 3C 45
Octal 244 177 337 32 53 0 15 407 74 105
Binary 10100100 1111111 11011111 11010 101011 0 1101 100000111 111100 1000101

Color Harmonies of #A47FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FDF

Black with #A47FDF

Text Example


Text Example

White with #A47FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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