Html Css Color HEX #A57CAA Amethyst Smoke

📋 copy color: '#A57CAA'

red 165 ◦ green 124 ◦ blue 170

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

Shades of Amethyst Smoke #A57CAA

Tints of Amethyst Smoke #A57CAA

RGB

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

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

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

R = 35.95%
G = 27.02%
B = 37.04%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57CAA (or 0xA57CAA) is known color: Amethyst Smoke. HEX triplet: A5, 7C and AA. RGB value is (165,124,170). Sum of RGB (Red+Green+Blue) = 165+124+170=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A57CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CAA is #5A8355. Grayscale: #8D8D8D. Windows color (decimal): -5931862 or 11173029. OLE color: 11173029.

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

Color convert

RGB 165 124 170 -
CMYK 0.03 0.27 0 0.33
HSL 293.48º 0.21% 0.58% -
HSV(B) 293.48º 0.27% 0.67% -
XYZ 29.98 25.32 41.34 -
YUV 141.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 165 124 170 0.03 0.27 0 0.33 293.48 0.21 0.58
Hex A5 7C AA 3 1B 0 21 125 15 3A
Octal 245 174 252 3 33 0 41 445 25 72
Binary 10100101 1111100 10101010 11 11011 0 100001 100100101 10101 111010

Color Harmonies of #A57CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CAA

Black with #A57CAA

Text Example


Text Example

White with #A57CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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