Html Css Color HEX #A081AA Amethyst Smoke

📋 copy color: '#A081AA'

red 160 ◦ green 129 ◦ blue 170

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

Shades of Amethyst Smoke #A081AA

Tints of Amethyst Smoke #A081AA

RGB

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

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

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

R = 34.86%
G = 28.1%
B = 37.04%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A081AA (or 0xA081AA) is known color: Amethyst Smoke. HEX triplet: A0, 81 and AA. RGB value is (160,129,170). Sum of RGB (Red+Green+Blue) = 160+129+170=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A081AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081AA is #5F7E55. Grayscale: #8E8E8E. Windows color (decimal): -6258262 or 11174304. OLE color: 11174304.

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

Color convert

RGB 160 129 170 -
CMYK 0.06 0.24 0 0.33
HSL 285.37º 0.19% 0.59% -
HSV(B) 285.37º 0.24% 0.67% -
XYZ 29.6 26.08 41.5 -
YUV 142.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 160 129 170 0.06 0.24 0 0.33 285.37 0.19 0.59
Hex A0 81 AA 6 18 0 21 11D 13 3B
Octal 240 201 252 6 30 0 41 435 23 73
Binary 10100000 10000001 10101010 110 11000 0 100001 100011101 10011 111011

Color Harmonies of #A081AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081AA

Black with #A081AA

Text Example


Text Example

White with #A081AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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