Html Css Color HEX #A079A6 Amethyst Smoke

📋 copy color: '#A079A6'

red 160 ◦ green 121 ◦ blue 166

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

Shades of Amethyst Smoke #A079A6

Tints of Amethyst Smoke #A079A6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.07%

 BLUE value IS 166 (65.23% from 255) = 37.14%

R = 35.79%
G = 27.07%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A079A6 (or 0xA079A6) is known color: Amethyst Smoke. HEX triplet: A0, 79 and A6. RGB value is (160,121,166). Sum of RGB (Red+Green+Blue) = 160+121+166=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 166 - color contains mainly: blue. Hex color #A079A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079A6 is #5F8659. Grayscale: #898989. Windows color (decimal): -6260314 or 10910112. OLE color: 10910112.

HSL color Cylindrical-coordinate representation of color #A079A6: hue angle of 292º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A079A6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 121 166 -
CMYK 0.04 0.27 0 0.35
HSL 292º 0.2% 0.56% -
HSV(B) 292º 0.27% 0.65% -
XYZ 28.22 23.9 39.2 -
YUV 137.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 160 121 166 0.04 0.27 0 0.35 292 0.2 0.56
Hex A0 79 A6 4 1B 0 23 124 14 38
Octal 240 171 246 4 33 0 43 444 24 70
Binary 10100000 1111001 10100110 100 11011 0 100011 100100100 10100 111000

Color Harmonies of #A079A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079A6

Black with #A079A6

Text Example


Text Example

White with #A079A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079A6; }

 p { color: rgb(160,121,166); }

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

background-color css

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

 a { background-color: rgb(160,121,166); }

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

border-color css

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

 span { border-color: rgb(160,121,166); }

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