Html Css Color HEX #A47FAA Amethyst Smoke

📋 copy color: '#A47FAA'

red 164 ◦ green 127 ◦ blue 170

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

Shades of Amethyst Smoke #A47FAA

Tints of Amethyst Smoke #A47FAA

RGB

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

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

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

R = 35.57%
G = 27.55%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47FAA (or 0xA47FAA) is known color: Amethyst Smoke. HEX triplet: A4, 7F and AA. RGB value is (164,127,170). Sum of RGB (Red+Green+Blue) = 164+127+170=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A47FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAA is #5B8055. Grayscale: #8E8E8E. Windows color (decimal): -5996630 or 11173796. OLE color: 11173796.

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

Color convert

RGB 164 127 170 -
CMYK 0.04 0.25 0 0.33
HSL 291.63º 0.2% 0.58% -
HSV(B) 291.63º 0.25% 0.67% -
XYZ 30.15 25.97 41.45 -
YUV 142.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 164 127 170 0.04 0.25 0 0.33 291.63 0.2 0.58
Hex A4 7F AA 4 19 0 21 124 14 3A
Octal 244 177 252 4 31 0 41 444 24 72
Binary 10100100 1111111 10101010 100 11001 0 100001 100100100 10100 111010

Color Harmonies of #A47FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FAA

Black with #A47FAA

Text Example


Text Example

White with #A47FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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