Html Css Color HEX #A47CAE East Side

📋 copy color: '#A47CAE'

red 164 ◦ green 124 ◦ blue 174

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

Shades of East Side #A47CAE

Tints of East Side #A47CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 35.5%
G = 26.84%
B = 37.66%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A47CAE (or 0xA47CAE) is known color: East Side. HEX triplet: A4, 7C and AE. RGB value is (164,124,174). Sum of RGB (Red+Green+Blue) = 164+124+174=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #A47CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CAE is #5B8351. Grayscale: #8D8D8D. Windows color (decimal): -5997394 or 11435172. OLE color: 11435172.

HSL color Cylindrical-coordinate representation of color #A47CAE: hue angle of 288º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47CAE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 124 174 -
CMYK 0.06 0.29 0 0.32
HSL 288º 0.24% 0.58% -
HSV(B) 288º 0.29% 0.68% -
XYZ 30.16 25.36 43.35 -
YUV 141.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 164 124 174 0.06 0.29 0 0.32 288 0.24 0.58
Hex A4 7C AE 6 1D 0 20 120 18 3A
Octal 244 174 256 6 35 0 40 440 30 72
Binary 10100100 1111100 10101110 110 11101 0 100000 100100000 11000 111010

Color Harmonies of #A47CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CAE

Black with #A47CAE

Text Example


Text Example

White with #A47CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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