Html Css Color HEX #A17EAC Amethyst Smoke

📋 copy color: '#A17EAC'

red 161 ◦ green 126 ◦ blue 172

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

Shades of Amethyst Smoke #A17EAC

Tints of Amethyst Smoke #A17EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

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

R = 35.08%
G = 27.45%
B = 37.47%

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

#A17EAC (or 0xA17EAC) is known color: Amethyst Smoke. HEX triplet: A1, 7E and AC. RGB value is (161,126,172). Sum of RGB (Red+Green+Blue) = 161+126+172=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A17EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EAC is #5E8153. Grayscale: #8D8D8D. Windows color (decimal): -6193492 or 11304609. OLE color: 11304609.

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

Color convert

RGB 161 126 172 -
CMYK 0.06 0.27 0 0.33
HSL 285.65º 0.22% 0.58% -
HSV(B) 285.65º 0.27% 0.67% -
XYZ 29.61 25.48 42.39 -
YUV 141.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 161 126 172 0.06 0.27 0 0.33 285.65 0.22 0.58
Hex A1 7E AC 6 1B 0 21 11E 16 3A
Octal 241 176 254 6 33 0 41 436 26 72
Binary 10100001 1111110 10101100 110 11011 0 100001 100011110 10110 111010

Color Harmonies of #A17EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EAC

Black with #A17EAC

Text Example


Text Example

White with #A17EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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