Html Css Color HEX #A47EEB Medium Purple

📋 copy color: '#A47EEB'

red 164 ◦ green 126 ◦ blue 235

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

Shades of Medium Purple #A47EEB

Tints of Medium Purple #A47EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 31.24%
G = 24%
B = 44.76%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A47EEB (or 0xA47EEB) is known color: Medium Purple. HEX triplet: A4, 7E and EB. RGB value is (164,126,235). Sum of RGB (Red+Green+Blue) = 164+126+235=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #A47EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EEB is #5B8114. Grayscale: #959595. Windows color (decimal): -5996821 or 15433380. OLE color: 15433380.

HSL color Cylindrical-coordinate representation of color #A47EEB: hue angle of 260.92º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47EEB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 126 235 -
CMYK 0.30 0.46 0 0.08
HSL 260.92º 0.73% 0.71% -
HSV(B) 260.92º 0.46% 0.92% -
XYZ 37.77 28.81 82.17 -
YUV 149.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 164 126 235 0.30 0.46 0 0.08 260.92 0.73 0.71
Hex A4 7E EB 1E 2E 0 8 105 49 47
Octal 244 176 353 36 56 0 10 405 111 107
Binary 10100100 1111110 11101011 11110 101110 0 1000 100000101 1001001 1000111

Color Harmonies of #A47EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EEB

Black with #A47EEB

Text Example


Text Example

White with #A47EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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