Html Css Color HEX #A181AB Amethyst Smoke

📋 copy color: '#A181AB'

red 161 ◦ green 129 ◦ blue 171

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

Shades of Amethyst Smoke #A181AB

Tints of Amethyst Smoke #A181AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

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

R = 34.92%
G = 27.98%
B = 37.09%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A181AB (or 0xA181AB) is known color: Amethyst Smoke. HEX triplet: A1, 81 and AB. RGB value is (161,129,171). Sum of RGB (Red+Green+Blue) = 161+129+171=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A181AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181AB is #5E7E54. Grayscale: #8F8F8F. Windows color (decimal): -6192725 or 11239841. OLE color: 11239841.

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

Color convert

RGB 161 129 171 -
CMYK 0.06 0.25 0 0.33
HSL 285.71º 0.2% 0.59% -
HSV(B) 285.71º 0.25% 0.67% -
XYZ 29.9 26.22 42.01 -
YUV 143.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 161 129 171 0.06 0.25 0 0.33 285.71 0.2 0.59
Hex A1 81 AB 6 19 0 21 11E 14 3B
Octal 241 201 253 6 31 0 41 436 24 73
Binary 10100001 10000001 10101011 110 11001 0 100001 100011110 10100 111011

Color Harmonies of #A181AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181AB

Black with #A181AB

Text Example


Text Example

White with #A181AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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