Html Css Color HEX #A47BAB Amethyst Smoke

📋 copy color: '#A47BAB'

red 164 ◦ green 123 ◦ blue 171

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

Shades of Amethyst Smoke #A47BAB

Tints of Amethyst Smoke #A47BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 35.81%
G = 26.86%
B = 37.34%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47BAB (or 0xA47BAB) is known color: Amethyst Smoke. HEX triplet: A4, 7B and AB. RGB value is (164,123,171). Sum of RGB (Red+Green+Blue) = 164+123+171=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BAB is #5B8454. Grayscale: #8C8C8C. Windows color (decimal): -5997653 or 11238308. OLE color: 11238308.

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

Color convert

RGB 164 123 171 -
CMYK 0.04 0.28 0 0.33
HSL 291.25º 0.22% 0.58% -
HSV(B) 291.25º 0.28% 0.67% -
XYZ 29.74 25 41.79 -
YUV 140.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 164 123 171 0.04 0.28 0 0.33 291.25 0.22 0.58
Hex A4 7B AB 4 1C 0 21 123 16 3A
Octal 244 173 253 4 34 0 41 443 26 72
Binary 10100100 1111011 10101011 100 11100 0 100001 100100011 10110 111010

Color Harmonies of #A47BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BAB

Black with #A47BAB

Text Example


Text Example

White with #A47BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BAB; }

 p { color: rgb(164,123,171); }

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

background-color css

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

 a { background-color: rgb(164,123,171); }

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

border-color css

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

 span { border-color: rgb(164,123,171); }

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