Html Css Color HEX #A47DAB Amethyst Smoke

📋 copy color: '#A47DAB'

red 164 ◦ green 125 ◦ blue 171

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

Shades of Amethyst Smoke #A47DAB

Tints of Amethyst Smoke #A47DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

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

R = 35.65%
G = 27.17%
B = 37.17%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47DAB (or 0xA47DAB) is known color: Amethyst Smoke. HEX triplet: A4, 7D and AB. RGB value is (164,125,171). Sum of RGB (Red+Green+Blue) = 164+125+171=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47DAB is #5B8254. Grayscale: #8D8D8D. Windows color (decimal): -5997141 or 11238820. OLE color: 11238820.

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

Color convert

RGB 164 125 171 -
CMYK 0.04 0.27 0 0.33
HSL 290.87º 0.21% 0.58% -
HSV(B) 290.87º 0.27% 0.67% -
XYZ 29.99 25.5 41.87 -
YUV 141.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 164 125 171 0.04 0.27 0 0.33 290.87 0.21 0.58
Hex A4 7D AB 4 1B 0 21 123 15 3A
Octal 244 175 253 4 33 0 41 443 25 72
Binary 10100100 1111101 10101011 100 11011 0 100001 100100011 10101 111010

Color Harmonies of #A47DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DAB

Black with #A47DAB

Text Example


Text Example

White with #A47DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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