Html Css Color HEX #A37DAC Amethyst Smoke

📋 copy color: '#A37DAC'

red 163 ◦ green 125 ◦ blue 172

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

Shades of Amethyst Smoke #A37DAC

Tints of Amethyst Smoke #A37DAC

RGB

 RED value IS 163 (64.06% from 255) = 35.43%

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

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

R = 35.43%
G = 27.17%
B = 37.39%

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

#A37DAC (or 0xA37DAC) is known color: Amethyst Smoke. HEX triplet: A3, 7D and AC. RGB value is (163,125,172). Sum of RGB (Red+Green+Blue) = 163+125+172=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 125 (49.22% from 255 or 27.17% 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 #A37DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37DAC is #5C8253. Grayscale: #8D8D8D. Windows color (decimal): -6062676 or 11304355. OLE color: 11304355.

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

Color convert

RGB 163 125 172 -
CMYK 0.05 0.27 0 0.33
HSL 288.51º 0.22% 0.58% -
HSV(B) 288.51º 0.27% 0.67% -
XYZ 29.88 25.43 42.36 -
YUV 141.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 163 125 172 0.05 0.27 0 0.33 288.51 0.22 0.58
Hex A3 7D AC 5 1B 0 21 121 16 3A
Octal 243 175 254 5 33 0 41 441 26 72
Binary 10100011 1111101 10101100 101 11011 0 100001 100100001 10110 111010

Color Harmonies of #A37DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DAC

Black with #A37DAC

Text Example


Text Example

White with #A37DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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