Html Css Color HEX #A47EF8 Medium Purple

📋 copy color: '#A47EF8'

red 164 ◦ green 126 ◦ blue 248

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

Shades of Medium Purple #A47EF8

Tints of Medium Purple #A47EF8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 248 (97.27% from 255) = 46.1%

R = 30.48%
G = 23.42%
B = 46.1%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A47EF8 (or 0xA47EF8) is known color: Medium Purple. HEX triplet: A4, 7E and F8. RGB value is (164,126,248). Sum of RGB (Red+Green+Blue) = 164+126+248=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #A47EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EF8 is #5B8107. Grayscale: #969696. Windows color (decimal): -5996808 or 16285348. OLE color: 16285348.

HSL color Cylindrical-coordinate representation of color #A47EF8: hue angle of 258.69º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47EF8 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 164 126 248 -
CMYK 0.34 0.49 0 0.03
HSL 258.69º 0.9% 0.73% -
HSV(B) 258.69º 0.49% 0.97% -
XYZ 39.71 29.59 92.43 -
YUV 151.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 164 126 248 0.34 0.49 0 0.03 258.69 0.9 0.73
Hex A4 7E F8 22 31 0 3 103 5A 49
Octal 244 176 370 42 61 0 3 403 132 111
Binary 10100100 1111110 11111000 100010 110001 0 11 100000011 1011010 1001001

Color Harmonies of #A47EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EF8

Black with #A47EF8

Text Example


Text Example

White with #A47EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EF8; }

 p { color: rgb(164,126,248); }

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

background-color css

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

 a { background-color: rgb(164,126,248); }

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

border-color css

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

 span { border-color: rgb(164,126,248); }

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