Html Css Color HEX #A47CAC Amethyst Smoke

📋 copy color: '#A47CAC'

red 164 ◦ green 124 ◦ blue 172

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

Shades of Amethyst Smoke #A47CAC

Tints of Amethyst Smoke #A47CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 35.65%
G = 26.96%
B = 37.39%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47CAC (or 0xA47CAC) is known color: Amethyst Smoke. HEX triplet: A4, 7C and AC. RGB value is (164,124,172). Sum of RGB (Red+Green+Blue) = 164+124+172=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CAC is #5B8353. Grayscale: #8D8D8D. Windows color (decimal): -5997396 or 11304100. OLE color: 11304100.

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

Color convert

RGB 164 124 172 -
CMYK 0.05 0.28 0 0.33
HSL 290º 0.22% 0.58% -
HSV(B) 290º 0.28% 0.67% -
XYZ 29.96 25.29 42.33 -
YUV 141.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 164 124 172 0.05 0.28 0 0.33 290 0.22 0.58
Hex A4 7C AC 5 1C 0 21 122 16 3A
Octal 244 174 254 5 34 0 41 442 26 72
Binary 10100100 1111100 10101100 101 11100 0 100001 100100010 10110 111010

Color Harmonies of #A47CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CAC

Black with #A47CAC

Text Example


Text Example

White with #A47CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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