Html Css Color HEX #A17EAD Amethyst Smoke

📋 copy color: '#A17EAD'

red 161 ◦ green 126 ◦ blue 173

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

Shades of Amethyst Smoke #A17EAD

Tints of Amethyst Smoke #A17EAD

RGB

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

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

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

R = 35%
G = 27.39%
B = 37.61%

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

#A17EAD (or 0xA17EAD) is known color: Amethyst Smoke. HEX triplet: A1, 7E and AD. RGB value is (161,126,173). Sum of RGB (Red+Green+Blue) = 161+126+173=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A17EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EAD is #5E8152. Grayscale: #8D8D8D. Windows color (decimal): -6193491 or 11370145. OLE color: 11370145.

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

Color convert

RGB 161 126 173 -
CMYK 0.07 0.27 0 0.32
HSL 284.68º 0.22% 0.59% -
HSV(B) 284.68º 0.27% 0.68% -
XYZ 29.7 25.52 42.89 -
YUV 141.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 161 126 173 0.07 0.27 0 0.32 284.68 0.22 0.59
Hex A1 7E AD 7 1B 0 20 11D 16 3B
Octal 241 176 255 7 33 0 40 435 26 73
Binary 10100001 1111110 10101101 111 11011 0 100000 100011101 10110 111011

Color Harmonies of #A17EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EAD

Black with #A17EAD

Text Example


Text Example

White with #A17EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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