Html Css Color HEX #A17EAA Amethyst Smoke

📋 copy color: '#A17EAA'

red 161 ◦ green 126 ◦ blue 170

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

Shades of Amethyst Smoke #A17EAA

Tints of Amethyst Smoke #A17EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 35.23%
G = 27.57%
B = 37.2%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A17EAA (or 0xA17EAA) is known color: Amethyst Smoke. HEX triplet: A1, 7E and AA. RGB value is (161,126,170). Sum of RGB (Red+Green+Blue) = 161+126+170=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A17EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EAA is #5E8155. Grayscale: #8D8D8D. Windows color (decimal): -6193494 or 11173537. OLE color: 11173537.

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

Color convert

RGB 161 126 170 -
CMYK 0.05 0.26 0 0.33
HSL 287.73º 0.21% 0.58% -
HSV(B) 287.73º 0.26% 0.67% -
XYZ 29.41 25.4 41.38 -
YUV 141.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 161 126 170 0.05 0.26 0 0.33 287.73 0.21 0.58
Hex A1 7E AA 5 1A 0 21 120 15 3A
Octal 241 176 252 5 32 0 41 440 25 72
Binary 10100001 1111110 10101010 101 11010 0 100001 100100000 10101 111010

Color Harmonies of #A17EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EAA

Black with #A17EAA

Text Example


Text Example

White with #A17EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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