Html Css Color HEX #A08AA5 Amethyst Smoke

📋 copy color: '#A08AA5'

red 160 ◦ green 138 ◦ blue 165

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

Shades of Amethyst Smoke #A08AA5

Tints of Amethyst Smoke #A08AA5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.81%

 BLUE value IS 165 (64.84% from 255) = 35.64%

R = 34.56%
G = 29.81%
B = 35.64%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A08AA5 (or 0xA08AA5) is known color: Amethyst Smoke. HEX triplet: A0, 8A and A5. RGB value is (160,138,165). Sum of RGB (Red+Green+Blue) = 160+138+165=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 165 - color contains mainly: blue. Hex color #A08AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08AA5 is #5F755A. Grayscale: #939393. Windows color (decimal): -6255963 or 10848928. OLE color: 10848928.

HSL color Cylindrical-coordinate representation of color #A08AA5: hue angle of 288.89º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08AA5 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 138 165 -
CMYK 0.03 0.16 0 0.35
HSL 288.89º 0.13% 0.59% -
HSV(B) 288.89º 0.16% 0.65% -
XYZ 30.38 28.37 39.47 -
YUV 147.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 160 138 165 0.03 0.16 0 0.35 288.89 0.13 0.59
Hex A0 8A A5 3 10 0 23 121 D 3B
Octal 240 212 245 3 20 0 43 441 15 73
Binary 10100000 10001010 10100101 11 10000 0 100011 100100001 1101 111011

Color Harmonies of #A08AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AA5

Black with #A08AA5

Text Example


Text Example

White with #A08AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AA5; }

 p { color: rgb(160,138,165); }

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

background-color css

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

 a { background-color: rgb(160,138,165); }

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

border-color css

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

 span { border-color: rgb(160,138,165); }

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