Html Css Color HEX #A47CEE Medium Purple

📋 copy color: '#A47CEE'

red 164 ◦ green 124 ◦ blue 238

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

Shades of Medium Purple #A47CEE

Tints of Medium Purple #A47CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 31.18%
G = 23.57%
B = 45.25%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A47CEE (or 0xA47CEE) is known color: Medium Purple. HEX triplet: A4, 7C and EE. RGB value is (164,124,238). Sum of RGB (Red+Green+Blue) = 164+124+238=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A47CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CEE is #5B8311. Grayscale: #949494. Windows color (decimal): -5997330 or 15629476. OLE color: 15629476.

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

Color convert

RGB 164 124 238 -
CMYK 0.31 0.48 0 0.07
HSL 261.05º 0.77% 0.71% -
HSV(B) 261.05º 0.48% 0.93% -
XYZ 37.95 28.48 84.39 -
YUV 148.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 164 124 238 0.31 0.48 0 0.07 261.05 0.77 0.71
Hex A4 7C EE 1F 30 0 7 105 4D 47
Octal 244 174 356 37 60 0 7 405 115 107
Binary 10100100 1111100 11101110 11111 110000 0 111 100000101 1001101 1000111

Color Harmonies of #A47CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CEE

Black with #A47CEE

Text Example


Text Example

White with #A47CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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