Html Css Color HEX #A57BAB Amethyst Smoke

📋 copy color: '#A57BAB'

red 165 ◦ green 123 ◦ blue 171

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

Shades of Amethyst Smoke #A57BAB

Tints of Amethyst Smoke #A57BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 35.95%
G = 26.8%
B = 37.25%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57BAB (or 0xA57BAB) is known color: 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

RGB 165 123 171 -
CMYK 0.04 0.28 0 0.33
HSL 292.5º 0.22% 0.58% -
HSV(B) 292.5º 0.28% 0.67% -
XYZ 29.95 25.11 41.8 -
YUV 141.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 165 123 171 0.04 0.28 0 0.33 292.5 0.22 0.58
Hex A5 7B AB 4 1C 0 21 124 16 3A
Octal 245 173 253 4 34 0 41 444 26 72
Binary 10100101 1111011 10101011 100 11100 0 100001 100100100 10110 111010

Color Harmonies of #A57BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BAB

Black with #A57BAB

Text Example


Text Example

White with #A57BAB

Text Example


Text Example

HTML Codes & Css Web 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>