Html Css Color HEX #A08BA5 Amethyst Smoke

📋 copy color: '#A08BA5'

red 160 ◦ green 139 ◦ blue 165

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

Shades of Amethyst Smoke #A08BA5

Tints of Amethyst Smoke #A08BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.96%

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

R = 34.48%
G = 29.96%
B = 35.56%

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

#A08BA5 (or 0xA08BA5) is known color: Amethyst Smoke. HEX triplet: A0, 8B and A5. RGB value is (160,139,165). Sum of RGB (Red+Green+Blue) = 160+139+165=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 165 - color contains mainly: blue. Hex color #A08BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08BA5 is #5F745A. Grayscale: #949494. Windows color (decimal): -6255707 or 10849184. OLE color: 10849184.

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

Color convert

RGB 160 139 165 -
CMYK 0.03 0.16 0 0.35
HSL 288.46º 0.13% 0.6% -
HSV(B) 288.46º 0.16% 0.65% -
XYZ 30.52 28.66 39.52 -
YUV 148.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 160 139 165 0.03 0.16 0 0.35 288.46 0.13 0.6
Hex A0 8B A5 3 10 0 23 120 D 3C
Octal 240 213 245 3 20 0 43 440 15 74
Binary 10100000 10001011 10100101 11 10000 0 100011 100100000 1101 111100

Color Harmonies of #A08BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BA5

Black with #A08BA5

Text Example


Text Example

White with #A08BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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