Html Css Color HEX #A47EF6 Medium Purple

📋 copy color: '#A47EF6'

red 164 ◦ green 126 ◦ blue 246

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

Shades of Medium Purple #A47EF6

Tints of Medium Purple #A47EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 30.6%
G = 23.51%
B = 45.9%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A47EF6 (or 0xA47EF6) is known color: Medium Purple. HEX triplet: A4, 7E and F6. RGB value is (164,126,246). Sum of RGB (Red+Green+Blue) = 164+126+246=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #A47EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EF6 is #5B8109. Grayscale: #969696. Windows color (decimal): -5996810 or 16154276. OLE color: 16154276.

HSL color Cylindrical-coordinate representation of color #A47EF6: hue angle of 259º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47EF6 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 126 246 -
CMYK 0.33 0.49 0 0.04
HSL 259º 0.87% 0.73% -
HSV(B) 259º 0.49% 0.96% -
XYZ 39.41 29.47 90.8 -
YUV 151.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 164 126 246 0.33 0.49 0 0.04 259 0.87 0.73
Hex A4 7E F6 21 31 0 4 103 57 49
Octal 244 176 366 41 61 0 4 403 127 111
Binary 10100100 1111110 11110110 100001 110001 0 100 100000011 1010111 1001001

Color Harmonies of #A47EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EF6

Black with #A47EF6

Text Example


Text Example

White with #A47EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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