Html Css Color HEX #A07EA6 Amethyst Smoke

📋 copy color: '#A07EA6'

red 160 ◦ green 126 ◦ blue 166

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

Shades of Amethyst Smoke #A07EA6

Tints of Amethyst Smoke #A07EA6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.88%

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

R = 35.4%
G = 27.88%
B = 36.73%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A07EA6 (or 0xA07EA6) is known color: Amethyst Smoke. HEX triplet: A0, 7E and A6. RGB value is (160,126,166). Sum of RGB (Red+Green+Blue) = 160+126+166=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 166 - color contains mainly: blue. Hex color #A07EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EA6 is #5F8159. Grayscale: #8C8C8C. Windows color (decimal): -6259034 or 10911392. OLE color: 10911392.

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

Color convert

RGB 160 126 166 -
CMYK 0.04 0.24 0 0.35
HSL 291º 0.18% 0.57% -
HSV(B) 291º 0.24% 0.65% -
XYZ 28.84 25.15 39.41 -
YUV 140.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 160 126 166 0.04 0.24 0 0.35 291 0.18 0.57
Hex A0 7E A6 4 18 0 23 123 12 39
Octal 240 176 246 4 30 0 43 443 22 71
Binary 10100000 1111110 10100110 100 11000 0 100011 100100011 10010 111001

Color Harmonies of #A07EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EA6

Black with #A07EA6

Text Example


Text Example

White with #A07EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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