Html Css Color HEX #A08EAA Amethyst Smoke

📋 copy color: '#A08EAA'

red 160 ◦ green 142 ◦ blue 170

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

Shades of Amethyst Smoke #A08EAA

Tints of Amethyst Smoke #A08EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.08%

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

R = 33.9%
G = 30.08%
B = 36.02%

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

#A08EAA (or 0xA08EAA) is known color: Amethyst Smoke. HEX triplet: A0, 8E and AA. RGB value is (160,142,170). Sum of RGB (Red+Green+Blue) = 160+142+170=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A08EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08EAA is #5F7155. Grayscale: #969696. Windows color (decimal): -6254934 or 11177632. OLE color: 11177632.

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

Color convert

RGB 160 142 170 -
CMYK 0.06 0.16 0 0.33
HSL 278.57º 0.14% 0.61% -
HSV(B) 278.57º 0.16% 0.67% -
XYZ 31.43 29.72 42.11 -
YUV 150.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 160 142 170 0.06 0.16 0 0.33 278.57 0.14 0.61
Hex A0 8E AA 6 10 0 21 117 E 3D
Octal 240 216 252 6 20 0 41 427 16 75
Binary 10100000 10001110 10101010 110 10000 0 100001 100010111 1110 111101

Color Harmonies of #A08EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EAA

Black with #A08EAA

Text Example


Text Example

White with #A08EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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