Html Css Color HEX #A47FAB Amethyst Smoke

📋 copy color: '#A47FAB'

red 164 ◦ green 127 ◦ blue 171

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

Shades of Amethyst Smoke #A47FAB

Tints of Amethyst Smoke #A47FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

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

R = 35.5%
G = 27.49%
B = 37.01%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47FAB (or 0xA47FAB) is known color: Amethyst Smoke. HEX triplet: A4, 7F and AB. RGB value is (164,127,171). Sum of RGB (Red+Green+Blue) = 164+127+171=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAB is #5B8054. Grayscale: #8E8E8E. Windows color (decimal): -5996629 or 11239332. OLE color: 11239332.

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

Color convert

RGB 164 127 171 -
CMYK 0.04 0.26 0 0.33
HSL 290.45º 0.21% 0.58% -
HSV(B) 290.45º 0.26% 0.67% -
XYZ 30.25 26.01 41.95 -
YUV 143.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 164 127 171 0.04 0.26 0 0.33 290.45 0.21 0.58
Hex A4 7F AB 4 1A 0 21 122 15 3A
Octal 244 177 253 4 32 0 41 442 25 72
Binary 10100100 1111111 10101011 100 11010 0 100001 100100010 10101 111010

Color Harmonies of #A47FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FAB

Black with #A47FAB

Text Example


Text Example

White with #A47FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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