Html Css Color HEX #A082AB Amethyst Smoke

📋 copy color: '#A082AB'

red 160 ◦ green 130 ◦ blue 171

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

Shades of Amethyst Smoke #A082AB

Tints of Amethyst Smoke #A082AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

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

R = 34.71%
G = 28.2%
B = 37.09%

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

#A082AB (or 0xA082AB) is known color: Amethyst Smoke. HEX triplet: A0, 82 and AB. RGB value is (160,130,171). Sum of RGB (Red+Green+Blue) = 160+130+171=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 130 (51.17% from 255 or 28.20% 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 #A082AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082AB is #5F7D54. Grayscale: #8F8F8F. Windows color (decimal): -6258005 or 11240096. OLE color: 11240096.

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

Color convert

RGB 160 130 171 -
CMYK 0.06 0.24 0 0.33
HSL 283.9º 0.2% 0.59% -
HSV(B) 283.9º 0.24% 0.67% -
XYZ 29.83 26.38 42.05 -
YUV 143.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 160 130 171 0.06 0.24 0 0.33 283.9 0.2 0.59
Hex A0 82 AB 6 18 0 21 11C 14 3B
Octal 240 202 253 6 30 0 41 434 24 73
Binary 10100000 10000010 10101011 110 11000 0 100001 100011100 10100 111011

Color Harmonies of #A082AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082AB

Black with #A082AB

Text Example


Text Example

White with #A082AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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