Html Css Color HEX #A187AB Amethyst Smoke

📋 copy color: '#A187AB'

red 161 ◦ green 135 ◦ blue 171

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

Shades of Amethyst Smoke #A187AB

Tints of Amethyst Smoke #A187AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 34.48%
G = 28.91%
B = 36.62%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A187AB (or 0xA187AB) is known color: Amethyst Smoke. HEX triplet: A1, 87 and AB. RGB value is (161,135,171). Sum of RGB (Red+Green+Blue) = 161+135+171=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A187AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187AB is #5E7854. Grayscale: #929292. Windows color (decimal): -6191189 or 11241377. OLE color: 11241377.

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

Color convert

RGB 161 135 171 -
CMYK 0.06 0.21 0 0.33
HSL 283.33º 0.18% 0.6% -
HSV(B) 283.33º 0.21% 0.67% -
XYZ 30.71 27.85 42.28 -
YUV 146.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 161 135 171 0.06 0.21 0 0.33 283.33 0.18 0.6
Hex A1 87 AB 6 15 0 21 11B 12 3C
Octal 241 207 253 6 25 0 41 433 22 74
Binary 10100001 10000111 10101011 110 10101 0 100001 100011011 10010 111100

Color Harmonies of #A187AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187AB

Black with #A187AB

Text Example


Text Example

White with #A187AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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