Html Css Color HEX #A57FAB Amethyst Smoke

📋 copy color: '#A57FAB'

red 165 ◦ green 127 ◦ blue 171

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

Shades of Amethyst Smoke #A57FAB

Tints of Amethyst Smoke #A57FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 27.43%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 35.64%
G = 27.43%
B = 36.93%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57FAB (or 0xA57FAB) is known color: Amethyst Smoke. HEX triplet: A5, 7F and AB. RGB value is (165,127,171). Sum of RGB (Red+Green+Blue) = 165+127+171=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FAB is #5A8054. Grayscale: #8F8F8F. Windows color (decimal): -5931093 or 11239333. OLE color: 11239333.

HSL color Cylindrical-coordinate representation of color #A57FAB: hue angle of 291.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57FAB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 127 171 -
CMYK 0.04 0.26 0 0.33
HSL 291.82º 0.21% 0.58% -
HSV(B) 291.82º 0.26% 0.67% -
XYZ 30.46 26.12 41.96 -
YUV 143.38 143.59 143.42 -
System Red Green Blue C M Y K H S L
Decimal 165 127 171 0.04 0.26 0 0.33 291.82 0.21 0.58
Hex A5 7F AB 4 1A 0 21 124 15 3A
Octal 245 177 253 4 32 0 41 444 25 72
Binary 10100101 1111111 10101011 100 11010 0 100001 100100100 10101 111010

Color Harmonies of #A57FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FAB

Black with #A57FAB

Text Example


Text Example

White with #A57FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FAB; }

 p { color: rgb(165,127,171); }

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

background-color css

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

 a { background-color: rgb(165,127,171); }

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

border-color css

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

 span { border-color: rgb(165,127,171); }

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