Html Css Color HEX #A57DAB Amethyst Smoke

📋 copy color: '#A57DAB'

red 165 ◦ green 125 ◦ blue 171

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

Shades of Amethyst Smoke #A57DAB

Tints of Amethyst Smoke #A57DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

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

R = 35.79%
G = 27.11%
B = 37.09%

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

#A57DAB (or 0xA57DAB) is known color: Amethyst Smoke. HEX triplet: A5, 7D and AB. RGB value is (165,125,171). Sum of RGB (Red+Green+Blue) = 165+125+171=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DAB is #5A8254. Grayscale: #8E8E8E. Windows color (decimal): -5931605 or 11238821. OLE color: 11238821.

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

Color convert

RGB 165 125 171 -
CMYK 0.04 0.27 0 0.33
HSL 292.17º 0.21% 0.58% -
HSV(B) 292.17º 0.27% 0.67% -
XYZ 30.2 25.61 41.88 -
YUV 142.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 165 125 171 0.04 0.27 0 0.33 292.17 0.21 0.58
Hex A5 7D AB 4 1B 0 21 124 15 3A
Octal 245 175 253 4 33 0 41 444 25 72
Binary 10100101 1111101 10101011 100 11011 0 100001 100100100 10101 111010

Color Harmonies of #A57DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DAB

Black with #A57DAB

Text Example


Text Example

White with #A57DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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