Html Css Color HEX #A18FAA Amethyst Smoke

📋 copy color: '#A18FAA'

red 161 ◦ green 143 ◦ blue 170

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

Shades of Amethyst Smoke #A18FAA

Tints of Amethyst Smoke #A18FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 33.97%
G = 30.17%
B = 35.86%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A18FAA (or 0xA18FAA) is known color: Amethyst Smoke. HEX triplet: A1, 8F and AA. RGB value is (161,143,170). Sum of RGB (Red+Green+Blue) = 161+143+170=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A18FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAA is #5E7055. Grayscale: #979797. Windows color (decimal): -6189142 or 11177889. OLE color: 11177889.

HSL color Cylindrical-coordinate representation of color #A18FAA: hue angle of 280º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18FAA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 143 170 -
CMYK 0.05 0.16 0 0.33
HSL 280º 0.14% 0.61% -
HSV(B) 280º 0.16% 0.67% -
XYZ 31.78 30.12 42.17 -
YUV 151.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 161 143 170 0.05 0.16 0 0.33 280 0.14 0.61
Hex A1 8F AA 5 10 0 21 118 E 3D
Octal 241 217 252 5 20 0 41 430 16 75
Binary 10100001 10001111 10101010 101 10000 0 100001 100011000 1110 111101

Color Harmonies of #A18FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FAA

Black with #A18FAA

Text Example


Text Example

White with #A18FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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