Html Css Color HEX #A188AA Amethyst Smoke

📋 copy color: '#A188AA'

red 161 ◦ green 136 ◦ blue 170

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

Shades of Amethyst Smoke #A188AA

Tints of Amethyst Smoke #A188AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

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

R = 34.48%
G = 29.12%
B = 36.4%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A188AA (or 0xA188AA) is known color: Amethyst Smoke. HEX triplet: A1, 88 and AA. RGB value is (161,136,170). Sum of RGB (Red+Green+Blue) = 161+136+170=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A188AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188AA is #5E7755. Grayscale: #939393. Windows color (decimal): -6190934 or 11176097. OLE color: 11176097.

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

Color convert

RGB 161 136 170 -
CMYK 0.05 0.20 0 0.33
HSL 284.12º 0.17% 0.6% -
HSV(B) 284.12º 0.2% 0.67% -
XYZ 30.76 28.09 41.83 -
YUV 147.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 161 136 170 0.05 0.20 0 0.33 284.12 0.17 0.6
Hex A1 88 AA 5 14 0 21 11C 11 3C
Octal 241 210 252 5 24 0 41 434 21 74
Binary 10100001 10001000 10101010 101 10100 0 100001 100011100 10001 111100

Color Harmonies of #A188AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188AA

Black with #A188AA

Text Example


Text Example

White with #A188AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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