Html Css Color HEX #A080AB Amethyst Smoke

📋 copy color: '#A080AB'

red 160 ◦ green 128 ◦ blue 171

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

Shades of Amethyst Smoke #A080AB

Tints of Amethyst Smoke #A080AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

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

R = 34.86%
G = 27.89%
B = 37.25%

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

#A080AB (or 0xA080AB) is known color: Amethyst Smoke. HEX triplet: A0, 80 and AB. RGB value is (160,128,171). Sum of RGB (Red+Green+Blue) = 160+128+171=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A080AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AB is #5F7F54. Grayscale: #8E8E8E. Windows color (decimal): -6258517 or 11239584. OLE color: 11239584.

HSL color Cylindrical-coordinate representation of color #A080AB: hue angle of 284.65º 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 #A080AB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 128 171 -
CMYK 0.06 0.25 0 0.33
HSL 284.65º 0.2% 0.59% -
HSV(B) 284.65º 0.25% 0.67% -
XYZ 29.57 25.85 41.96 -
YUV 142.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 160 128 171 0.06 0.25 0 0.33 284.65 0.2 0.59
Hex A0 80 AB 6 19 0 21 11D 14 3B
Octal 240 200 253 6 31 0 41 435 24 73
Binary 10100000 10000000 10101011 110 11001 0 100001 100011101 10100 111011

Color Harmonies of #A080AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080AB

Black with #A080AB

Text Example


Text Example

White with #A080AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080AB; }

 p { color: rgb(160,128,171); }

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

background-color css

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

 a { background-color: rgb(160,128,171); }

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

border-color css

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

 span { border-color: rgb(160,128,171); }

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