Html Css Color HEX #A47BEC Medium Purple

📋 copy color: '#A47BEC'

red 164 ◦ green 123 ◦ blue 236

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

Shades of Medium Purple #A47BEC

Tints of Medium Purple #A47BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 31.36%
G = 23.52%
B = 45.12%

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

#A47BEC (or 0xA47BEC) is known color: Medium Purple. HEX triplet: A4, 7B and EC. RGB value is (164,123,236). Sum of RGB (Red+Green+Blue) = 164+123+236=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A47BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BEC is #5B8413. Grayscale: #939393. Windows color (decimal): -5997588 or 15498148. OLE color: 15498148.

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

Color convert

RGB 164 123 236 -
CMYK 0.31 0.48 0 0.07
HSL 261.77º 0.75% 0.7% -
HSV(B) 261.77º 0.48% 0.93% -
XYZ 37.53 28.11 82.81 -
YUV 148.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 164 123 236 0.31 0.48 0 0.07 261.77 0.75 0.7
Hex A4 7B EC 1F 30 0 7 106 4B 46
Octal 244 173 354 37 60 0 7 406 113 106
Binary 10100100 1111011 11101100 11111 110000 0 111 100000110 1001011 1000110

Color Harmonies of #A47BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BEC

Black with #A47BEC

Text Example


Text Example

White with #A47BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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