Html Css Color HEX #A47AAA Amethyst Smoke

📋 copy color: '#A47AAA'

red 164 ◦ green 122 ◦ blue 170

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

Shades of Amethyst Smoke #A47AAA

Tints of Amethyst Smoke #A47AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.75%

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

R = 35.96%
G = 26.75%
B = 37.28%

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

#A47AAA (or 0xA47AAA) is known color: Amethyst Smoke. HEX triplet: A4, 7A and AA. RGB value is (164,122,170). Sum of RGB (Red+Green+Blue) = 164+122+170=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A47AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAA is #5B8555. Grayscale: #8B8B8B. Windows color (decimal): -5997910 or 11172516. OLE color: 11172516.

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

Color convert

RGB 164 122 170 -
CMYK 0.04 0.28 0 0.33
HSL 292.5º 0.22% 0.57% -
HSV(B) 292.5º 0.28% 0.67% -
XYZ 29.53 24.71 41.24 -
YUV 140.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 164 122 170 0.04 0.28 0 0.33 292.5 0.22 0.57
Hex A4 7A AA 4 1C 0 21 124 16 39
Octal 244 172 252 4 34 0 41 444 26 71
Binary 10100100 1111010 10101010 100 11100 0 100001 100100100 10110 111001

Color Harmonies of #A47AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47AAA

Black with #A47AAA

Text Example


Text Example

White with #A47AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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