Html Css Color HEX #A57CAC Amethyst Smoke

📋 copy color: '#A57CAC'

red 165 ◦ green 124 ◦ blue 172

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

Shades of Amethyst Smoke #A57CAC

Tints of Amethyst Smoke #A57CAC

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

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

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

R = 35.79%
G = 26.9%
B = 37.31%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57CAC (or 0xA57CAC) is known color: Amethyst Smoke. HEX triplet: A5, 7C and AC. RGB value is (165,124,172). Sum of RGB (Red+Green+Blue) = 165+124+172=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 124 (48.83% from 255 or 26.90% 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 #A57CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CAC is #5A8353. Grayscale: #8D8D8D. Windows color (decimal): -5931860 or 11304101. OLE color: 11304101.

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

Color convert

RGB 165 124 172 -
CMYK 0.04 0.28 0 0.33
HSL 291.25º 0.22% 0.58% -
HSV(B) 291.25º 0.28% 0.67% -
XYZ 30.17 25.39 42.34 -
YUV 141.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 165 124 172 0.04 0.28 0 0.33 291.25 0.22 0.58
Hex A5 7C AC 4 1C 0 21 123 16 3A
Octal 245 174 254 4 34 0 41 443 26 72
Binary 10100101 1111100 10101100 100 11100 0 100001 100100011 10110 111010

Color Harmonies of #A57CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CAC

Black with #A57CAC

Text Example


Text Example

White with #A57CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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