Html Css Color HEX #A37DAA Amethyst Smoke

📋 copy color: '#A37DAA'

red 163 ◦ green 125 ◦ blue 170

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

Shades of Amethyst Smoke #A37DAA

Tints of Amethyst Smoke #A37DAA

RGB

 RED value IS 163 (64.06% from 255) = 35.59%

 GREEN value IS 125 (49.22% from 255) = 27.29%

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

R = 35.59%
G = 27.29%
B = 37.12%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A37DAA (or 0xA37DAA) is known color: Amethyst Smoke. HEX triplet: A3, 7D and AA. RGB value is (163,125,170). Sum of RGB (Red+Green+Blue) = 163+125+170=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A37DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37DAA is #5C8255. Grayscale: #8D8D8D. Windows color (decimal): -6062678 or 11173283. OLE color: 11173283.

HSL color Cylindrical-coordinate representation of color #A37DAA: hue angle of 290.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37DAA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 125 170 -
CMYK 0.04 0.26 0 0.33
HSL 290.67º 0.21% 0.58% -
HSV(B) 290.67º 0.26% 0.67% -
XYZ 29.69 25.36 41.36 -
YUV 141.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 163 125 170 0.04 0.26 0 0.33 290.67 0.21 0.58
Hex A3 7D AA 4 1A 0 21 123 15 3A
Octal 243 175 252 4 32 0 41 443 25 72
Binary 10100011 1111101 10101010 100 11010 0 100001 100100011 10101 111010

Color Harmonies of #A37DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DAA

Black with #A37DAA

Text Example


Text Example

White with #A37DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DAA; }

 p { color: rgb(163,125,170); }

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

background-color css

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

 a { background-color: rgb(163,125,170); }

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

border-color css

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

 span { border-color: rgb(163,125,170); }

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