Html Css Color HEX #A07FA1 Amethyst Smoke

📋 copy color: '#A07FA1'

red 160 ◦ green 127 ◦ blue 161

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

Shades of Amethyst Smoke #A07FA1

Tints of Amethyst Smoke #A07FA1

RGB

 RED value IS 160 (62.89% from 255) = 35.71%

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

 BLUE value IS 161 (63.28% from 255) = 35.94%

R = 35.71%
G = 28.35%
B = 35.94%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A07FA1 (or 0xA07FA1) is known color: Amethyst Smoke. HEX triplet: A0, 7F and A1. RGB value is (160,127,161). Sum of RGB (Red+Green+Blue) = 160+127+161=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 161 - color contains mainly: blue. Hex color #A07FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FA1 is #5F805E. Grayscale: #8C8C8C. Windows color (decimal): -6258783 or 10583968. OLE color: 10583968.

HSL color Cylindrical-coordinate representation of color #A07FA1: hue angle of 298.24º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07FA1 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 161 -
CMYK 0.01 0.21 0 0.37
HSL 298.24º 0.15% 0.56% -
HSV(B) 298.24º 0.21% 0.63% -
XYZ 28.52 25.23 37.08 -
YUV 140.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 160 127 161 0.01 0.21 0 0.37 298.24 0.15 0.56
Hex A0 7F A1 1 15 0 25 12A F 38
Octal 240 177 241 1 25 0 45 452 17 70
Binary 10100000 1111111 10100001 1 10101 0 100101 100101010 1111 111000

Color Harmonies of #A07FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FA1

Black with #A07FA1

Text Example


Text Example

White with #A07FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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