Html Css Color HEX #A47FEB Medium Purple

📋 copy color: '#A47FEB'

red 164 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #A47FEB

Tints of Medium Purple #A47FEB

RGB

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

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

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

R = 31.18%
G = 24.14%
B = 44.68%

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

#A47FEB (or 0xA47FEB) is known color: Medium Purple. HEX triplet: A4, 7F and EB. RGB value is (164,127,235). Sum of RGB (Red+Green+Blue) = 164+127+235=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #A47FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FEB is #5B8014. Grayscale: #959595. Windows color (decimal): -5996565 or 15433636. OLE color: 15433636.

HSL color Cylindrical-coordinate representation of color #A47FEB: hue angle of 260.56º 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 #A47FEB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 127 235 -
CMYK 0.30 0.46 0 0.08
HSL 260.56º 0.73% 0.71% -
HSV(B) 260.56º 0.46% 0.92% -
XYZ 37.89 29.07 82.21 -
YUV 150.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 164 127 235 0.30 0.46 0 0.08 260.56 0.73 0.71
Hex A4 7F EB 1E 2E 0 8 105 49 47
Octal 244 177 353 36 56 0 10 405 111 107
Binary 10100100 1111111 11101011 11110 101110 0 1000 100000101 1001001 1000111

Color Harmonies of #A47FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FEB

Black with #A47FEB

Text Example


Text Example

White with #A47FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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