Html Css Color HEX #A17FAD Amethyst Smoke

📋 copy color: '#A17FAD'

red 161 ◦ green 127 ◦ blue 173

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

Shades of Amethyst Smoke #A17FAD

Tints of Amethyst Smoke #A17FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 34.92%
G = 27.55%
B = 37.53%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A17FAD (or 0xA17FAD) is known color: Amethyst Smoke. HEX triplet: A1, 7F and AD. RGB value is (161,127,173). Sum of RGB (Red+Green+Blue) = 161+127+173=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A17FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FAD is #5E8052. Grayscale: #8E8E8E. Windows color (decimal): -6193235 or 11370401. OLE color: 11370401.

HSL color Cylindrical-coordinate representation of color #A17FAD: hue angle of 284.35º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17FAD is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 127 173 -
CMYK 0.07 0.27 0 0.32
HSL 284.35º 0.22% 0.59% -
HSV(B) 284.35º 0.27% 0.68% -
XYZ 29.83 25.77 42.94 -
YUV 142.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 161 127 173 0.07 0.27 0 0.32 284.35 0.22 0.59
Hex A1 7F AD 7 1B 0 20 11C 16 3B
Octal 241 177 255 7 33 0 40 434 26 73
Binary 10100001 1111111 10101101 111 11011 0 100000 100011100 10110 111011

Color Harmonies of #A17FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FAD

Black with #A17FAD

Text Example


Text Example

White with #A17FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FAD; }

 p { color: rgb(161,127,173); }

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

background-color css

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

 a { background-color: rgb(161,127,173); }

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

border-color css

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

 span { border-color: rgb(161,127,173); }

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