Html Css Color HEX #A47CE4 Medium Purple

📋 copy color: '#A47CE4'

red 164 ◦ green 124 ◦ blue 228

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

Shades of Medium Purple #A47CE4

Tints of Medium Purple #A47CE4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.03%

 BLUE value IS 228 (89.45% from 255) = 44.19%

R = 31.78%
G = 24.03%
B = 44.19%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A47CE4 (or 0xA47CE4) is known color: Medium Purple. HEX triplet: A4, 7C and E4. RGB value is (164,124,228). Sum of RGB (Red+Green+Blue) = 164+124+228=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #A47CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CE4 is #5B831B. Grayscale: #939393. Windows color (decimal): -5997340 or 14974116. OLE color: 14974116.

HSL color Cylindrical-coordinate representation of color #A47CE4: hue angle of 263.08º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47CE4 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 124 228 -
CMYK 0.28 0.46 0 0.11
HSL 263.08º 0.66% 0.69% -
HSV(B) 263.08º 0.46% 0.89% -
XYZ 36.52 27.91 76.86 -
YUV 147.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 164 124 228 0.28 0.46 0 0.11 263.08 0.66 0.69
Hex A4 7C E4 1C 2E 0 B 107 42 45
Octal 244 174 344 34 56 0 13 407 102 105
Binary 10100100 1111100 11100100 11100 101110 0 1011 100000111 1000010 1000101

Color Harmonies of #A47CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CE4

Black with #A47CE4

Text Example


Text Example

White with #A47CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CE4; }

 p { color: rgb(164,124,228); }

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

background-color css

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

 a { background-color: rgb(164,124,228); }

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

border-color css

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

 span { border-color: rgb(164,124,228); }

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