Html Css Color HEX #A47CEB Medium Purple

📋 copy color: '#A47CEB'

red 164 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #A47CEB

Tints of Medium Purple #A47CEB

RGB

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

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

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

R = 31.36%
G = 23.71%
B = 44.93%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A47CEB (or 0xA47CEB) is known color: Medium Purple. HEX triplet: A4, 7C and EB. RGB value is (164,124,235). Sum of RGB (Red+Green+Blue) = 164+124+235=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #A47CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CEB is #5B8314. Grayscale: #949494. Windows color (decimal): -5997333 or 15432868. OLE color: 15432868.

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

Color convert

RGB 164 124 235 -
CMYK 0.30 0.47 0 0.08
HSL 261.62º 0.74% 0.7% -
HSV(B) 261.62º 0.47% 0.92% -
XYZ 37.51 28.31 82.08 -
YUV 148.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 164 124 235 0.30 0.47 0 0.08 261.62 0.74 0.7
Hex A4 7C EB 1E 2F 0 8 106 4A 46
Octal 244 174 353 36 57 0 10 406 112 106
Binary 10100100 1111100 11101011 11110 101111 0 1000 100000110 1001010 1000110

Color Harmonies of #A47CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CEB

Black with #A47CEB

Text Example


Text Example

White with #A47CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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