Html Css Color HEX #A187AA Amethyst Smoke

📋 copy color: '#A187AA'

red 161 ◦ green 135 ◦ blue 170

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

Shades of Amethyst Smoke #A187AA

Tints of Amethyst Smoke #A187AA

RGB

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

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

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

R = 34.55%
G = 28.97%
B = 36.48%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A187AA (or 0xA187AA) is known color: Amethyst Smoke. HEX triplet: A1, 87 and AA. RGB value is (161,135,170). Sum of RGB (Red+Green+Blue) = 161+135+170=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A187AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187AA is #5E7855. Grayscale: #929292. Windows color (decimal): -6191190 or 11175841. OLE color: 11175841.

HSL color Cylindrical-coordinate representation of color #A187AA: hue angle of 284.57º degrees, saturation: 0.17, 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 #A187AA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 135 170 -
CMYK 0.05 0.21 0 0.33
HSL 284.57º 0.17% 0.6% -
HSV(B) 284.57º 0.21% 0.67% -
XYZ 30.62 27.81 41.78 -
YUV 146.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 161 135 170 0.05 0.21 0 0.33 284.57 0.17 0.6
Hex A1 87 AA 5 15 0 21 11D 11 3C
Octal 241 207 252 5 25 0 41 435 21 74
Binary 10100001 10000111 10101010 101 10101 0 100001 100011101 10001 111100

Color Harmonies of #A187AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187AA

Black with #A187AA

Text Example


Text Example

White with #A187AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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