Html Css Color HEX #A07FA8 Amethyst Smoke

📋 copy color: '#A07FA8'

red 160 ◦ green 127 ◦ blue 168

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

Shades of Amethyst Smoke #A07FA8

Tints of Amethyst Smoke #A07FA8

RGB

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

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

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

R = 35.16%
G = 27.91%
B = 36.92%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A07FA8 (or 0xA07FA8) is known color: Amethyst Smoke. HEX triplet: A0, 7F and A8. RGB value is (160,127,168). Sum of RGB (Red+Green+Blue) = 160+127+168=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 168 - color contains mainly: blue. Hex color #A07FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FA8 is #5F8057. Grayscale: #8D8D8D. Windows color (decimal): -6258776 or 11042720. OLE color: 11042720.

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

Color convert

RGB 160 127 168 -
CMYK 0.05 0.24 0 0.34
HSL 288.29º 0.19% 0.58% -
HSV(B) 288.29º 0.24% 0.66% -
XYZ 29.15 25.48 40.43 -
YUV 141.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 160 127 168 0.05 0.24 0 0.34 288.29 0.19 0.58
Hex A0 7F A8 5 18 0 22 120 13 3A
Octal 240 177 250 5 30 0 42 440 23 72
Binary 10100000 1111111 10101000 101 11000 0 100010 100100000 10011 111010

Color Harmonies of #A07FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FA8

Black with #A07FA8

Text Example


Text Example

White with #A07FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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