Html Css Color HEX #A47FEC Medium Purple

📋 copy color: '#A47FEC'

red 164 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #A47FEC

Tints of Medium Purple #A47FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 31.12%
G = 24.1%
B = 44.78%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A47FEC (or 0xA47FEC) is known color: Medium Purple. HEX triplet: A4, 7F and EC. RGB value is (164,127,236). Sum of RGB (Red+Green+Blue) = 164+127+236=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A47FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FEC is #5B8013. Grayscale: #969696. Windows color (decimal): -5996564 or 15499172. OLE color: 15499172.

HSL color Cylindrical-coordinate representation of color #A47FEC: hue angle of 260.37º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47FEC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 127 236 -
CMYK 0.31 0.46 0 0.07
HSL 260.37º 0.74% 0.71% -
HSV(B) 260.37º 0.46% 0.93% -
XYZ 38.04 29.13 82.97 -
YUV 150.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 164 127 236 0.31 0.46 0 0.07 260.37 0.74 0.71
Hex A4 7F EC 1F 2E 0 7 104 4A 47
Octal 244 177 354 37 56 0 7 404 112 107
Binary 10100100 1111111 11101100 11111 101110 0 111 100000100 1001010 1000111

Color Harmonies of #A47FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FEC

Black with #A47FEC

Text Example


Text Example

White with #A47FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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