Html Css Color HEX #A38DAA Amethyst Smoke

📋 copy color: '#A38DAA'

red 163 ◦ green 141 ◦ blue 170

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

Shades of Amethyst Smoke #A38DAA

Tints of Amethyst Smoke #A38DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.75%

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

R = 34.39%
G = 29.75%
B = 35.86%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A38DAA (or 0xA38DAA) is known color: Amethyst Smoke. HEX triplet: A3, 8D and AA. RGB value is (163,141,170). Sum of RGB (Red+Green+Blue) = 163+141+170=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DAA is #5C7255. Grayscale: #969696. Windows color (decimal): -6058582 or 11177379. OLE color: 11177379.

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

Color convert

RGB 163 141 170 -
CMYK 0.04 0.17 0 0.33
HSL 285.52º 0.15% 0.61% -
HSV(B) 285.52º 0.17% 0.67% -
XYZ 31.88 29.74 42.09 -
YUV 150.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 163 141 170 0.04 0.17 0 0.33 285.52 0.15 0.61
Hex A3 8D AA 4 11 0 21 11E F 3D
Octal 243 215 252 4 21 0 41 436 17 75
Binary 10100011 10001101 10101010 100 10001 0 100001 100011110 1111 111101

Color Harmonies of #A38DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DAA

Black with #A38DAA

Text Example


Text Example

White with #A38DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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