Html Css Color HEX #A48AAA Amethyst Smoke

📋 copy color: '#A48AAA'

red 164 ◦ green 138 ◦ blue 170

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

Shades of Amethyst Smoke #A48AAA

Tints of Amethyst Smoke #A48AAA

RGB

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

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

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

R = 34.75%
G = 29.24%
B = 36.02%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A48AAA (or 0xA48AAA) is known color: Amethyst Smoke. HEX triplet: A4, 8A and AA. RGB value is (164,138,170). Sum of RGB (Red+Green+Blue) = 164+138+170=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 138 (54.30% from 255 or 29.24% 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 #A48AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AAA is #5B7555. Grayscale: #959595. Windows color (decimal): -5993814 or 11176612. OLE color: 11176612.

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

Color convert

RGB 164 138 170 -
CMYK 0.04 0.19 0 0.33
HSL 288.75º 0.16% 0.6% -
HSV(B) 288.75º 0.19% 0.67% -
XYZ 31.65 28.97 41.95 -
YUV 149.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 164 138 170 0.04 0.19 0 0.33 288.75 0.16 0.6
Hex A4 8A AA 4 13 0 21 121 10 3C
Octal 244 212 252 4 23 0 41 441 20 74
Binary 10100100 10001010 10101010 100 10011 0 100001 100100001 10000 111100

Color Harmonies of #A48AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48AAA

Black with #A48AAA

Text Example


Text Example

White with #A48AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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