Html Css Color HEX #A187A9 Amethyst Smoke

📋 copy color: '#A187A9'

red 161 ◦ green 135 ◦ blue 169

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

Shades of Amethyst Smoke #A187A9

Tints of Amethyst Smoke #A187A9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.03%

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 34.62%
G = 29.03%
B = 36.34%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A187A9 (or 0xA187A9) is known color: Amethyst Smoke. HEX triplet: A1, 87 and A9. RGB value is (161,135,169). Sum of RGB (Red+Green+Blue) = 161+135+169=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 169 - color contains mainly: blue. Hex color #A187A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187A9 is #5E7856. Grayscale: #929292. Windows color (decimal): -6191191 or 11110305. OLE color: 11110305.

HSL color Cylindrical-coordinate representation of color #A187A9: hue angle of 285.88º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A187A9 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 135 169 -
CMYK 0.05 0.20 0 0.34
HSL 285.88º 0.17% 0.6% -
HSV(B) 285.88º 0.2% 0.66% -
XYZ 30.52 27.77 41.29 -
YUV 146.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 161 135 169 0.05 0.20 0 0.34 285.88 0.17 0.6
Hex A1 87 A9 5 14 0 22 11E 11 3C
Octal 241 207 251 5 24 0 42 436 21 74
Binary 10100001 10000111 10101001 101 10100 0 100010 100011110 10001 111100

Color Harmonies of #A187A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187A9

Black with #A187A9

Text Example


Text Example

White with #A187A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187A9; }

 p { color: rgb(161,135,169); }

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

background-color css

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

 a { background-color: rgb(161,135,169); }

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

border-color css

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

 span { border-color: rgb(161,135,169); }

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