Html Css Color HEX #A47EC1 East Side

📋 copy color: '#A47EC1'

red 164 ◦ green 126 ◦ blue 193

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

Shades of East Side #A47EC1

Tints of East Side #A47EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 33.95%
G = 26.09%
B = 39.96%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A47EC1 (or 0xA47EC1) is known color: East Side. HEX triplet: A4, 7E and C1. RGB value is (164,126,193). Sum of RGB (Red+Green+Blue) = 164+126+193=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #A47EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EC1 is #5B813E. Grayscale: #909090. Windows color (decimal): -5996863 or 12680868. OLE color: 12680868.

HSL color Cylindrical-coordinate representation of color #A47EC1: hue angle of 274.03º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47EC1 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 126 193 -
CMYK 0.15 0.35 0 0.24
HSL 274.03º 0.35% 0.63% -
HSV(B) 274.03º 0.35% 0.76% -
XYZ 32.4 26.66 53.89 -
YUV 145 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 164 126 193 0.15 0.35 0 0.24 274.03 0.35 0.63
Hex A4 7E C1 F 23 0 18 112 23 3F
Octal 244 176 301 17 43 0 30 422 43 77
Binary 10100100 1111110 11000001 1111 100011 0 11000 100010010 100011 111111

Color Harmonies of #A47EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EC1

Black with #A47EC1

Text Example


Text Example

White with #A47EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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