Html Css Color HEX #A47DAC Amethyst Smoke

📋 copy color: '#A47DAC'

red 164 ◦ green 125 ◦ blue 172

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

Shades of Amethyst Smoke #A47DAC

Tints of Amethyst Smoke #A47DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

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

R = 35.57%
G = 27.11%
B = 37.31%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47DAC (or 0xA47DAC) is known color: Amethyst Smoke. HEX triplet: A4, 7D and AC. RGB value is (164,125,172). Sum of RGB (Red+Green+Blue) = 164+125+172=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47DAC is #5B8253. Grayscale: #8D8D8D. Windows color (decimal): -5997140 or 11304356. OLE color: 11304356.

HSL color Cylindrical-coordinate representation of color #A47DAC: hue angle of 289.79º degrees, saturation: 0.22, 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 #A47DAC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 125 172 -
CMYK 0.05 0.27 0 0.33
HSL 289.79º 0.22% 0.58% -
HSV(B) 289.79º 0.27% 0.67% -
XYZ 30.09 25.54 42.37 -
YUV 142.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 164 125 172 0.05 0.27 0 0.33 289.79 0.22 0.58
Hex A4 7D AC 5 1B 0 21 122 16 3A
Octal 244 175 254 5 33 0 41 442 26 72
Binary 10100100 1111101 10101100 101 11011 0 100001 100100010 10110 111010

Color Harmonies of #A47DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DAC

Black with #A47DAC

Text Example


Text Example

White with #A47DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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