Html Css Color HEX #A57EAC Amethyst Smoke

📋 copy color: '#A57EAC'

red 165 ◦ green 126 ◦ blue 172

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

Shades of Amethyst Smoke #A57EAC

Tints of Amethyst Smoke #A57EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

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

R = 35.64%
G = 27.21%
B = 37.15%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57EAC (or 0xA57EAC) is known color: Amethyst Smoke. HEX triplet: A5, 7E and AC. RGB value is (165,126,172). Sum of RGB (Red+Green+Blue) = 165+126+172=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #A57EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57EAC is #5A8153. Grayscale: #8E8E8E. Windows color (decimal): -5931348 or 11304613. OLE color: 11304613.

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

Color convert

RGB 165 126 172 -
CMYK 0.04 0.27 0 0.33
HSL 290.87º 0.22% 0.58% -
HSV(B) 290.87º 0.27% 0.67% -
XYZ 30.42 25.9 42.43 -
YUV 142.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 165 126 172 0.04 0.27 0 0.33 290.87 0.22 0.58
Hex A5 7E AC 4 1B 0 21 123 16 3A
Octal 245 176 254 4 33 0 41 443 26 72
Binary 10100101 1111110 10101100 100 11011 0 100001 100100011 10110 111010

Color Harmonies of #A57EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EAC

Black with #A57EAC

Text Example


Text Example

White with #A57EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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