Html Css Color HEX #A47DF1 Medium Purple

📋 copy color: '#A47DF1'

red 164 ◦ green 125 ◦ blue 241

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

Shades of Medium Purple #A47DF1

Tints of Medium Purple #A47DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.58%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 30.94%
G = 23.58%
B = 45.47%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A47DF1 (or 0xA47DF1) is known color: Medium Purple. HEX triplet: A4, 7D and F1. RGB value is (164,125,241). Sum of RGB (Red+Green+Blue) = 164+125+241=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #A47DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF1 is #5B820E. Grayscale: #959595. Windows color (decimal): -5997071 or 15826340. OLE color: 15826340.

HSL color Cylindrical-coordinate representation of color #A47DF1: hue angle of 260.17º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47DF1 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 125 241 -
CMYK 0.32 0.48 0 0.05
HSL 260.17º 0.81% 0.72% -
HSV(B) 260.17º 0.48% 0.95% -
XYZ 38.52 28.91 86.77 -
YUV 149.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 164 125 241 0.32 0.48 0 0.05 260.17 0.81 0.72
Hex A4 7D F1 20 30 0 5 104 51 48
Octal 244 175 361 40 60 0 5 404 121 110
Binary 10100100 1111101 11110001 100000 110000 0 101 100000100 1010001 1001000

Color Harmonies of #A47DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DF1

Black with #A47DF1

Text Example


Text Example

White with #A47DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DF1; }

 p { color: rgb(164,125,241); }

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

background-color css

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

 a { background-color: rgb(164,125,241); }

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

border-color css

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

 span { border-color: rgb(164,125,241); }

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