Html Css Color HEX #A07EA8 Amethyst Smoke

📋 copy color: '#A07EA8'

red 160 ◦ green 126 ◦ blue 168

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

Shades of Amethyst Smoke #A07EA8

Tints of Amethyst Smoke #A07EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37%

R = 35.24%
G = 27.75%
B = 37%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A07EA8 (or 0xA07EA8) is known color: Amethyst Smoke. HEX triplet: A0, 7E and A8. RGB value is (160,126,168). Sum of RGB (Red+Green+Blue) = 160+126+168=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 168 - color contains mainly: blue. Hex color #A07EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EA8 is #5F8157. Grayscale: #8C8C8C. Windows color (decimal): -6259032 or 11042464. OLE color: 11042464.

HSL color Cylindrical-coordinate representation of color #A07EA8: hue angle of 288.57º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07EA8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 126 168 -
CMYK 0.05 0.25 0 0.34
HSL 288.57º 0.19% 0.58% -
HSV(B) 288.57º 0.25% 0.66% -
XYZ 29.03 25.22 40.38 -
YUV 140.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 160 126 168 0.05 0.25 0 0.34 288.57 0.19 0.58
Hex A0 7E A8 5 19 0 22 121 13 3A
Octal 240 176 250 5 31 0 42 441 23 72
Binary 10100000 1111110 10101000 101 11001 0 100010 100100001 10011 111010

Color Harmonies of #A07EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EA8

Black with #A07EA8

Text Example


Text Example

White with #A07EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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