Html Css Color HEX #A48CAA Amethyst Smoke

📋 copy color: '#A48CAA'

red 164 ◦ green 140 ◦ blue 170

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

Shades of Amethyst Smoke #A48CAA

Tints of Amethyst Smoke #A48CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

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

R = 34.6%
G = 29.54%
B = 35.86%

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

#A48CAA (or 0xA48CAA) is known color: Amethyst Smoke. HEX triplet: A4, 8C and AA. RGB value is (164,140,170). Sum of RGB (Red+Green+Blue) = 164+140+170=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 140 (55.08% from 255 or 29.54% 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 #A48CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48CAA is #5B7355. Grayscale: #969696. Windows color (decimal): -5993302 or 11177124. OLE color: 11177124.

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

Color convert

RGB 164 140 170 -
CMYK 0.04 0.18 0 0.33
HSL 288º 0.15% 0.61% -
HSV(B) 288º 0.18% 0.67% -
XYZ 31.94 29.55 42.05 -
YUV 150.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 164 140 170 0.04 0.18 0 0.33 288 0.15 0.61
Hex A4 8C AA 4 12 0 21 120 F 3D
Octal 244 214 252 4 22 0 41 440 17 75
Binary 10100100 10001100 10101010 100 10010 0 100001 100100000 1111 111101

Color Harmonies of #A48CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CAA

Black with #A48CAA

Text Example


Text Example

White with #A48CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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