Html Css Color HEX #A08DAB Amethyst Smoke

📋 copy color: '#A08DAB'

red 160 ◦ green 141 ◦ blue 171

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

Shades of Amethyst Smoke #A08DAB

Tints of Amethyst Smoke #A08DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

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

R = 33.9%
G = 29.87%
B = 36.23%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A08DAB (or 0xA08DAB) is known color: Amethyst Smoke. HEX triplet: A0, 8D and AB. RGB value is (160,141,171). Sum of RGB (Red+Green+Blue) = 160+141+171=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #A08DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08DAB is #5F7254. Grayscale: #969696. Windows color (decimal): -6255189 or 11242912. OLE color: 11242912.

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

Color convert

RGB 160 141 171 -
CMYK 0.06 0.18 0 0.33
HSL 278º 0.15% 0.61% -
HSV(B) 278º 0.18% 0.67% -
XYZ 31.37 29.46 42.56 -
YUV 150.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 160 141 171 0.06 0.18 0 0.33 278 0.15 0.61
Hex A0 8D AB 6 12 0 21 116 F 3D
Octal 240 215 253 6 22 0 41 426 17 75
Binary 10100000 10001101 10101011 110 10010 0 100001 100010110 1111 111101

Color Harmonies of #A08DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DAB

Black with #A08DAB

Text Example


Text Example

White with #A08DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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