Html Css Color HEX #A47EAB Amethyst Smoke

📋 copy color: '#A47EAB'

red 164 ◦ green 126 ◦ blue 171

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

Shades of Amethyst Smoke #A47EAB

Tints of Amethyst Smoke #A47EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 35.57%
G = 27.33%
B = 37.09%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47EAB (or 0xA47EAB) is known color: Amethyst Smoke. HEX triplet: A4, 7E and AB. RGB value is (164,126,171). Sum of RGB (Red+Green+Blue) = 164+126+171=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAB is #5B8154. Grayscale: #8E8E8E. Windows color (decimal): -5996885 or 11239076. OLE color: 11239076.

HSL color Cylindrical-coordinate representation of color #A47EAB: hue angle of 290.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47EAB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 126 171 -
CMYK 0.04 0.26 0 0.33
HSL 290.67º 0.21% 0.58% -
HSV(B) 290.67º 0.26% 0.67% -
XYZ 30.12 25.75 41.91 -
YUV 142.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 164 126 171 0.04 0.26 0 0.33 290.67 0.21 0.58
Hex A4 7E AB 4 1A 0 21 123 15 3A
Octal 244 176 253 4 32 0 41 443 25 72
Binary 10100100 1111110 10101011 100 11010 0 100001 100100011 10101 111010

Color Harmonies of #A47EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EAB

Black with #A47EAB

Text Example


Text Example

White with #A47EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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