Html Css Color HEX #A58AAA Amethyst Smoke

📋 copy color: '#A58AAA'

red 165 ◦ green 138 ◦ blue 170

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

Shades of Amethyst Smoke #A58AAA

Tints of Amethyst Smoke #A58AAA

RGB

 RED value IS 165 (64.84% from 255) = 34.88%

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

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

R = 34.88%
G = 29.18%
B = 35.94%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A58AAA (or 0xA58AAA) is known color: Amethyst Smoke. HEX triplet: A5, 8A and AA. RGB value is (165,138,170). Sum of RGB (Red+Green+Blue) = 165+138+170=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 138 (54.30% from 255 or 29.18% 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 #A58AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58AAA is #5A7555. Grayscale: #959595. Windows color (decimal): -5928278 or 11176613. OLE color: 11176613.

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

Color convert

RGB 165 138 170 -
CMYK 0.03 0.19 0 0.33
HSL 290.63º 0.16% 0.6% -
HSV(B) 290.63º 0.19% 0.67% -
XYZ 31.86 29.08 41.96 -
YUV 149.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 165 138 170 0.03 0.19 0 0.33 290.63 0.16 0.6
Hex A5 8A AA 3 13 0 21 123 10 3C
Octal 245 212 252 3 23 0 41 443 20 74
Binary 10100101 10001010 10101010 11 10011 0 100001 100100011 10000 111100

Color Harmonies of #A58AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58AAA

Black with #A58AAA

Text Example


Text Example

White with #A58AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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