Html Css Color HEX #A17DAB Amethyst Smoke

📋 copy color: '#A17DAB'

red 161 ◦ green 125 ◦ blue 171

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

Shades of Amethyst Smoke #A17DAB

Tints of Amethyst Smoke #A17DAB

RGB

 RED value IS 161 (63.28% from 255) = 35.23%

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

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

R = 35.23%
G = 27.35%
B = 37.42%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A17DAB (or 0xA17DAB) is known color: Amethyst Smoke. HEX triplet: A1, 7D and AB. RGB value is (161,125,171). Sum of RGB (Red+Green+Blue) = 161+125+171=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A17DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17DAB is #5E8254. Grayscale: #8C8C8C. Windows color (decimal): -6193749 or 11238817. OLE color: 11238817.

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

Color convert

RGB 161 125 171 -
CMYK 0.06 0.27 0 0.33
HSL 286.96º 0.21% 0.58% -
HSV(B) 286.96º 0.27% 0.67% -
XYZ 29.38 25.18 41.84 -
YUV 141.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 161 125 171 0.06 0.27 0 0.33 286.96 0.21 0.58
Hex A1 7D AB 6 1B 0 21 11F 15 3A
Octal 241 175 253 6 33 0 41 437 25 72
Binary 10100001 1111101 10101011 110 11011 0 100001 100011111 10101 111010

Color Harmonies of #A17DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DAB

Black with #A17DAB

Text Example


Text Example

White with #A17DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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