Html Css Color HEX #A17CAA Amethyst Smoke

📋 copy color: '#A17CAA'

red 161 ◦ green 124 ◦ blue 170

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

Shades of Amethyst Smoke #A17CAA

Tints of Amethyst Smoke #A17CAA

RGB

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

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

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

R = 35.38%
G = 27.25%
B = 37.36%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A17CAA (or 0xA17CAA) is known color: Amethyst Smoke. HEX triplet: A1, 7C and AA. RGB value is (161,124,170). Sum of RGB (Red+Green+Blue) = 161+124+170=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #A17CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17CAA is #5E8355. Grayscale: #8C8C8C. Windows color (decimal): -6194006 or 11173025. OLE color: 11173025.

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

Color convert

RGB 161 124 170 -
CMYK 0.05 0.27 0 0.33
HSL 288.26º 0.21% 0.58% -
HSV(B) 288.26º 0.27% 0.67% -
XYZ 29.16 24.89 41.3 -
YUV 140.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 161 124 170 0.05 0.27 0 0.33 288.26 0.21 0.58
Hex A1 7C AA 5 1B 0 21 120 15 3A
Octal 241 174 252 5 33 0 41 440 25 72
Binary 10100001 1111100 10101010 101 11011 0 100001 100100000 10101 111010

Color Harmonies of #A17CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CAA

Black with #A17CAA

Text Example


Text Example

White with #A17CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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