Html Css Color HEX #A081A9 Amethyst Smoke

📋 copy color: '#A081A9'

red 160 ◦ green 129 ◦ blue 169

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

Shades of Amethyst Smoke #A081A9

Tints of Amethyst Smoke #A081A9

RGB

 RED value IS 160 (62.89% from 255) = 34.93%

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

 BLUE value IS 169 (66.41% from 255) = 36.9%

R = 34.93%
G = 28.17%
B = 36.9%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A081A9 (or 0xA081A9) is known color: Amethyst Smoke. HEX triplet: A0, 81 and A9. RGB value is (160,129,169). Sum of RGB (Red+Green+Blue) = 160+129+169=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 169 - color contains mainly: blue. Hex color #A081A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081A9 is #5F7E56. Grayscale: #8E8E8E. Windows color (decimal): -6258263 or 11108768. OLE color: 11108768.

HSL color Cylindrical-coordinate representation of color #A081A9: hue angle of 286.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A081A9 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 129 169 -
CMYK 0.05 0.24 0 0.34
HSL 286.5º 0.19% 0.58% -
HSV(B) 286.5º 0.24% 0.66% -
XYZ 29.51 26.04 41.01 -
YUV 142.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 160 129 169 0.05 0.24 0 0.34 286.5 0.19 0.58
Hex A0 81 A9 5 18 0 22 11E 13 3A
Octal 240 201 251 5 30 0 42 436 23 72
Binary 10100000 10000001 10101001 101 11000 0 100010 100011110 10011 111010

Color Harmonies of #A081A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081A9

Black with #A081A9

Text Example


Text Example

White with #A081A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081A9; }

 p { color: rgb(160,129,169); }

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

background-color css

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

 a { background-color: rgb(160,129,169); }

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

border-color css

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

 span { border-color: rgb(160,129,169); }

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