#A57BAB

Color #A57BAB Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A57BAB

Tints of Amethyst Smoke #A57BAB

Color information

#A57BAB (or 0xA57BAB) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 7B and AB. RGB value is (165,123,171). Sum of RGB (Red+Green+Blue) = 165+123+171=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57BAB is #5A8454. Grayscale: #8C8C8C. Windows color (decimal): -5932117 or 11238309. OLE color: 11238309.

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

Color convert

RGB165123171-
CMYK0.040.2800.33
HSL292.5º22.22%57.65%-
HSV(B)292.5º28.07%67.06%-
XYZ29.9525.1141.8-
YUV141.03144.91145.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=35.95%
G=26.80%
B=37.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651231710.040.2800.33292.522.2257.65
HexA57BAB41C021124163a
Octal2451732534340414442672
Binary1010010111110111010101110011100010000110010010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BAB; }

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

 H1.HeaderClassName
 {
   color: #A57BAB;
 }
 .AnyTagClassName
 {
   color: #A57BAB;
 }
</style>
background-color css

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

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

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

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

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

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