Html Css Color HEX #A47CAB Amethyst Smoke

📋 copy color: '#A47CAB'

red 164 ◦ green 124 ◦ blue 171

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

Shades of Amethyst Smoke #A47CAB

Tints of Amethyst Smoke #A47CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

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

R = 35.73%
G = 27.02%
B = 37.25%

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

#A47CAB (or 0xA47CAB) is known color: Amethyst Smoke. HEX triplet: A4, 7C and AB. RGB value is (164,124,171). Sum of RGB (Red+Green+Blue) = 164+124+171=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CAB is #5B8354. Grayscale: #8D8D8D. Windows color (decimal): -5997397 or 11238564. OLE color: 11238564.

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

Color convert

RGB 164 124 171 -
CMYK 0.04 0.27 0 0.33
HSL 291.06º 0.22% 0.58% -
HSV(B) 291.06º 0.27% 0.67% -
XYZ 29.87 25.25 41.83 -
YUV 141.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 164 124 171 0.04 0.27 0 0.33 291.06 0.22 0.58
Hex A4 7C AB 4 1B 0 21 123 16 3A
Octal 244 174 253 4 33 0 41 443 26 72
Binary 10100100 1111100 10101011 100 11011 0 100001 100100011 10110 111010

Color Harmonies of #A47CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CAB

Black with #A47CAB

Text Example


Text Example

White with #A47CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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