Html Css Color HEX #A17EA8 Amethyst Smoke

📋 copy color: '#A17EA8'

red 161 ◦ green 126 ◦ blue 168

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

Shades of Amethyst Smoke #A17EA8

Tints of Amethyst Smoke #A17EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 35.38%
G = 27.69%
B = 36.92%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A17EA8 (or 0xA17EA8) is known color: Amethyst Smoke. HEX triplet: A1, 7E and A8. RGB value is (161,126,168). Sum of RGB (Red+Green+Blue) = 161+126+168=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 168 - color contains mainly: blue. Hex color #A17EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EA8 is #5E8157. Grayscale: #8D8D8D. Windows color (decimal): -6193496 or 11042465. OLE color: 11042465.

HSL color Cylindrical-coordinate representation of color #A17EA8: hue angle of 290º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17EA8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 126 168 -
CMYK 0.04 0.25 0 0.34
HSL 290º 0.19% 0.58% -
HSV(B) 290º 0.25% 0.66% -
XYZ 29.23 25.33 40.39 -
YUV 141.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 161 126 168 0.04 0.25 0 0.34 290 0.19 0.58
Hex A1 7E A8 4 19 0 22 122 13 3A
Octal 241 176 250 4 31 0 42 442 23 72
Binary 10100001 1111110 10101000 100 11001 0 100010 100100010 10011 111010

Color Harmonies of #A17EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EA8

Black with #A17EA8

Text Example


Text Example

White with #A17EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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