Html Css Color HEX #A47DF9 Medium Purple

📋 copy color: '#A47DF9'

red 164 ◦ green 125 ◦ blue 249

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

Shades of Medium Purple #A47DF9

Tints of Medium Purple #A47DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.28%

R = 30.48%
G = 23.23%
B = 46.28%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A47DF9 (or 0xA47DF9) is known color: Medium Purple. HEX triplet: A4, 7D and F9. RGB value is (164,125,249). Sum of RGB (Red+Green+Blue) = 164+125+249=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #A47DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF9 is #5B8206. Grayscale: #969696. Windows color (decimal): -5997063 or 16350628. OLE color: 16350628.

HSL color Cylindrical-coordinate representation of color #A47DF9: hue angle of 258.87º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47DF9 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 125 249 -
CMYK 0.34 0.50 0 0.02
HSL 258.87º 0.91% 0.73% -
HSV(B) 258.87º 0.5% 0.98% -
XYZ 39.74 29.4 93.2 -
YUV 150.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 164 125 249 0.34 0.50 0 0.02 258.87 0.91 0.73
Hex A4 7D F9 22 32 0 2 103 5B 49
Octal 244 175 371 42 62 0 2 403 133 111
Binary 10100100 1111101 11111001 100010 110010 0 10 100000011 1011011 1001001

Color Harmonies of #A47DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DF9

Black with #A47DF9

Text Example


Text Example

White with #A47DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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