Html Css Color HEX #A38BAA Amethyst Smoke

📋 copy color: '#A38BAA'

red 163 ◦ green 139 ◦ blue 170

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

Shades of Amethyst Smoke #A38BAA

Tints of Amethyst Smoke #A38BAA

RGB

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

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

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

R = 34.53%
G = 29.45%
B = 36.02%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A38BAA (or 0xA38BAA) is known color: Amethyst Smoke. HEX triplet: A3, 8B and AA. RGB value is (163,139,170). Sum of RGB (Red+Green+Blue) = 163+139+170=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAA is #5C7455. Grayscale: #959595. Windows color (decimal): -6059094 or 11176867. OLE color: 11176867.

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

Color convert

RGB 163 139 170 -
CMYK 0.04 0.18 0 0.33
HSL 286.45º 0.15% 0.61% -
HSV(B) 286.45º 0.18% 0.67% -
XYZ 31.59 29.15 41.99 -
YUV 149.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 163 139 170 0.04 0.18 0 0.33 286.45 0.15 0.61
Hex A3 8B AA 4 12 0 21 11E F 3D
Octal 243 213 252 4 22 0 41 436 17 75
Binary 10100011 10001011 10101010 100 10010 0 100001 100011110 1111 111101

Color Harmonies of #A38BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BAA

Black with #A38BAA

Text Example


Text Example

White with #A38BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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