Html Css Color HEX #A47BEB Medium Purple

📋 copy color: '#A47BEB'

red 164 ◦ green 123 ◦ blue 235

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

Shades of Medium Purple #A47BEB

Tints of Medium Purple #A47BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.56%

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

R = 31.42%
G = 23.56%
B = 45.02%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A47BEB (or 0xA47BEB) is known color: Medium Purple. HEX triplet: A4, 7B and EB. RGB value is (164,123,235). Sum of RGB (Red+Green+Blue) = 164+123+235=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #A47BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BEB is #5B8414. Grayscale: #939393. Windows color (decimal): -5997589 or 15432612. OLE color: 15432612.

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

Color convert

RGB 164 123 235 -
CMYK 0.30 0.48 0 0.08
HSL 261.96º 0.74% 0.7% -
HSV(B) 261.96º 0.48% 0.92% -
XYZ 37.39 28.06 82.04 -
YUV 148.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 164 123 235 0.30 0.48 0 0.08 261.96 0.74 0.7
Hex A4 7B EB 1E 30 0 8 106 4A 46
Octal 244 173 353 36 60 0 10 406 112 106
Binary 10100100 1111011 11101011 11110 110000 0 1000 100000110 1001010 1000110

Color Harmonies of #A47BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BEB

Black with #A47BEB

Text Example


Text Example

White with #A47BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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