Html Css Color HEX #A47CAA Amethyst Smoke

📋 copy color: '#A47CAA'

red 164 ◦ green 124 ◦ blue 170

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

Shades of Amethyst Smoke #A47CAA

Tints of Amethyst Smoke #A47CAA

RGB

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

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

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

R = 35.81%
G = 27.07%
B = 37.12%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47CAA (or 0xA47CAA) is known color: Amethyst Smoke. HEX triplet: A4, 7C and AA. RGB value is (164,124,170). Sum of RGB (Red+Green+Blue) = 164+124+170=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A47CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CAA is #5B8355. Grayscale: #8D8D8D. Windows color (decimal): -5997398 or 11173028. OLE color: 11173028.

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

Color convert

RGB 164 124 170 -
CMYK 0.04 0.27 0 0.33
HSL 292.17º 0.21% 0.58% -
HSV(B) 292.17º 0.27% 0.67% -
XYZ 29.77 25.21 41.33 -
YUV 141.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 164 124 170 0.04 0.27 0 0.33 292.17 0.21 0.58
Hex A4 7C AA 4 1B 0 21 124 15 3A
Octal 244 174 252 4 33 0 41 444 25 72
Binary 10100100 1111100 10101010 100 11011 0 100001 100100100 10101 111010

Color Harmonies of #A47CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CAA

Black with #A47CAA

Text Example


Text Example

White with #A47CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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