Html Css Color HEX #A17FAC Amethyst Smoke

📋 copy color: '#A17FAC'

red 161 ◦ green 127 ◦ blue 172

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

Shades of Amethyst Smoke #A17FAC

Tints of Amethyst Smoke #A17FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 35%
G = 27.61%
B = 37.39%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A17FAC (or 0xA17FAC) is known color: Amethyst Smoke. HEX triplet: A1, 7F and AC. RGB value is (161,127,172). Sum of RGB (Red+Green+Blue) = 161+127+172=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A17FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FAC is #5E8053. Grayscale: #8E8E8E. Windows color (decimal): -6193236 or 11304865. OLE color: 11304865.

HSL color Cylindrical-coordinate representation of color #A17FAC: hue angle of 285.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17FAC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 127 172 -
CMYK 0.06 0.26 0 0.33
HSL 285.33º 0.21% 0.59% -
HSV(B) 285.33º 0.26% 0.67% -
XYZ 29.73 25.73 42.43 -
YUV 142.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 161 127 172 0.06 0.26 0 0.33 285.33 0.21 0.59
Hex A1 7F AC 6 1A 0 21 11D 15 3B
Octal 241 177 254 6 32 0 41 435 25 73
Binary 10100001 1111111 10101100 110 11010 0 100001 100011101 10101 111011

Color Harmonies of #A17FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FAC

Black with #A17FAC

Text Example


Text Example

White with #A17FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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