Html Css Color HEX #A08FAA Amethyst Smoke

📋 copy color: '#A08FAA'

red 160 ◦ green 143 ◦ blue 170

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

Shades of Amethyst Smoke #A08FAA

Tints of Amethyst Smoke #A08FAA

RGB

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

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

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

R = 33.83%
G = 30.23%
B = 35.94%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A08FAA (or 0xA08FAA) is known color: Amethyst Smoke. HEX triplet: A0, 8F and AA. RGB value is (160,143,170). Sum of RGB (Red+Green+Blue) = 160+143+170=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A08FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FAA is #5F7055. Grayscale: #979797. Windows color (decimal): -6254678 or 11177888. OLE color: 11177888.

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

Color convert

RGB 160 143 170 -
CMYK 0.06 0.16 0 0.33
HSL 277.78º 0.14% 0.61% -
HSV(B) 277.78º 0.16% 0.67% -
XYZ 31.58 30.02 42.16 -
YUV 151.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 160 143 170 0.06 0.16 0 0.33 277.78 0.14 0.61
Hex A0 8F AA 6 10 0 21 116 E 3D
Octal 240 217 252 6 20 0 41 426 16 75
Binary 10100000 10001111 10101010 110 10000 0 100001 100010110 1110 111101

Color Harmonies of #A08FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FAA

Black with #A08FAA

Text Example


Text Example

White with #A08FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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