Html Css Color HEX #A08FA6 Amethyst Smoke

📋 copy color: '#A08FA6'

red 160 ◦ green 143 ◦ blue 166

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

Shades of Amethyst Smoke #A08FA6

Tints of Amethyst Smoke #A08FA6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

 BLUE value IS 166 (65.23% from 255) = 35.39%

R = 34.12%
G = 30.49%
B = 35.39%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A08FA6 (or 0xA08FA6) is known color: Amethyst Smoke. HEX triplet: A0, 8F and A6. RGB value is (160,143,166). Sum of RGB (Red+Green+Blue) = 160+143+166=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 166 - color contains mainly: blue. Hex color #A08FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FA6 is #5F7059. Grayscale: #969696. Windows color (decimal): -6254682 or 10915744. OLE color: 10915744.

HSL color Cylindrical-coordinate representation of color #A08FA6: hue angle of 284.35º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08FA6 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 143 166 -
CMYK 0.04 0.14 0 0.35
HSL 284.35º 0.11% 0.61% -
HSV(B) 284.35º 0.14% 0.65% -
XYZ 31.2 29.87 40.2 -
YUV 150.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 160 143 166 0.04 0.14 0 0.35 284.35 0.11 0.61
Hex A0 8F A6 4 E 0 23 11C B 3D
Octal 240 217 246 4 16 0 43 434 13 75
Binary 10100000 10001111 10100110 100 1110 0 100011 100011100 1011 111101

Color Harmonies of #A08FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FA6

Black with #A08FA6

Text Example


Text Example

White with #A08FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FA6; }

 p { color: rgb(160,143,166); }

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

background-color css

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

 a { background-color: rgb(160,143,166); }

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

border-color css

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

 span { border-color: rgb(160,143,166); }

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