Html Css Color HEX #A47EAA Amethyst Smoke

📋 copy color: '#A47EAA'

red 164 ◦ green 126 ◦ blue 170

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

Shades of Amethyst Smoke #A47EAA

Tints of Amethyst Smoke #A47EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 35.65%
G = 27.39%
B = 36.96%

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

#A47EAA (or 0xA47EAA) is known color: Amethyst Smoke. HEX triplet: A4, 7E and AA. RGB value is (164,126,170). Sum of RGB (Red+Green+Blue) = 164+126+170=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A47EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAA is #5B8155. Grayscale: #8E8E8E. Windows color (decimal): -5996886 or 11173540. OLE color: 11173540.

HSL color Cylindrical-coordinate representation of color #A47EAA: hue angle of 291.82º 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 #A47EAA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 126 170 -
CMYK 0.04 0.26 0 0.33
HSL 291.82º 0.21% 0.58% -
HSV(B) 291.82º 0.26% 0.67% -
XYZ 30.03 25.72 41.41 -
YUV 142.38 143.59 143.42 -
System Red Green Blue C M Y K H S L
Decimal 164 126 170 0.04 0.26 0 0.33 291.82 0.21 0.58
Hex A4 7E AA 4 1A 0 21 124 15 3A
Octal 244 176 252 4 32 0 41 444 25 72
Binary 10100100 1111110 10101010 100 11010 0 100001 100100100 10101 111010

Color Harmonies of #A47EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47EAA

Black with #A47EAA

Text Example


Text Example

White with #A47EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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