Html Css Color HEX #A47CAD East Side

📋 copy color: '#A47CAD'

red 164 ◦ green 124 ◦ blue 173

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

Shades of East Side #A47CAD

Tints of East Side #A47CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 35.57%
G = 26.9%
B = 37.53%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A47CAD (or 0xA47CAD) is known color: East Side. HEX triplet: A4, 7C and AD. RGB value is (164,124,173). Sum of RGB (Red+Green+Blue) = 164+124+173=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A47CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CAD is #5B8352. Grayscale: #8D8D8D. Windows color (decimal): -5997395 or 11369636. OLE color: 11369636.

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

Color convert

RGB 164 124 173 -
CMYK 0.05 0.28 0 0.32
HSL 288.98º 0.23% 0.58% -
HSV(B) 288.98º 0.28% 0.68% -
XYZ 30.06 25.32 42.84 -
YUV 141.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 164 124 173 0.05 0.28 0 0.32 288.98 0.23 0.58
Hex A4 7C AD 5 1C 0 20 121 17 3A
Octal 244 174 255 5 34 0 40 441 27 72
Binary 10100100 1111100 10101101 101 11100 0 100000 100100001 10111 111010

Color Harmonies of #A47CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CAD

Black with #A47CAD

Text Example


Text Example

White with #A47CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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