Html Css Color HEX #A48BAA Amethyst Smoke

📋 copy color: '#A48BAA'

red 164 ◦ green 139 ◦ blue 170

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

Shades of Amethyst Smoke #A48BAA

Tints of Amethyst Smoke #A48BAA

RGB

 RED value IS 164 (64.45% from 255) = 34.67%

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

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

R = 34.67%
G = 29.39%
B = 35.94%

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

#A48BAA (or 0xA48BAA) is known color: Amethyst Smoke. HEX triplet: A4, 8B and AA. RGB value is (164,139,170). Sum of RGB (Red+Green+Blue) = 164+139+170=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 139 (54.69% from 255 or 29.39% 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 #A48BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BAA is #5B7455. Grayscale: #959595. Windows color (decimal): -5993558 or 11176868. OLE color: 11176868.

HSL color Cylindrical-coordinate representation of color #A48BAA: hue angle of 288.39º 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 #A48BAA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 139 170 -
CMYK 0.04 0.18 0 0.33
HSL 288.39º 0.15% 0.61% -
HSV(B) 288.39º 0.18% 0.67% -
XYZ 31.8 29.26 42 -
YUV 150.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 164 139 170 0.04 0.18 0 0.33 288.39 0.15 0.61
Hex A4 8B AA 4 12 0 21 120 F 3D
Octal 244 213 252 4 22 0 41 440 17 75
Binary 10100100 10001011 10101010 100 10010 0 100001 100100000 1111 111101

Color Harmonies of #A48BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BAA

Black with #A48BAA

Text Example


Text Example

White with #A48BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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