Html Css Color HEX #A17FAA Amethyst Smoke

📋 copy color: '#A17FAA'

red 161 ◦ green 127 ◦ blue 170

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

Shades of Amethyst Smoke #A17FAA

Tints of Amethyst Smoke #A17FAA

RGB

 RED value IS 161 (63.28% from 255) = 35.15%

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

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

R = 35.15%
G = 27.73%
B = 37.12%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A17FAA (or 0xA17FAA) is known color: Amethyst Smoke. HEX triplet: A1, 7F and AA. RGB value is (161,127,170). Sum of RGB (Red+Green+Blue) = 161+127+170=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A17FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FAA is #5E8055. Grayscale: #8D8D8D. Windows color (decimal): -6193238 or 11173793. OLE color: 11173793.

HSL color Cylindrical-coordinate representation of color #A17FAA: hue angle of 287.44º 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 #A17FAA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 127 170 -
CMYK 0.05 0.25 0 0.33
HSL 287.44º 0.2% 0.58% -
HSV(B) 287.44º 0.25% 0.67% -
XYZ 29.54 25.66 41.43 -
YUV 142.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 161 127 170 0.05 0.25 0 0.33 287.44 0.2 0.58
Hex A1 7F AA 5 19 0 21 11F 14 3A
Octal 241 177 252 5 31 0 41 437 24 72
Binary 10100001 1111111 10101010 101 11001 0 100001 100011111 10100 111010

Color Harmonies of #A17FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FAA

Black with #A17FAA

Text Example


Text Example

White with #A17FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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