Html Css Color HEX #A07FAD Amethyst Smoke

📋 copy color: '#A07FAD'

red 160 ◦ green 127 ◦ blue 173

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

Shades of Amethyst Smoke #A07FAD

Tints of Amethyst Smoke #A07FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 34.78%
G = 27.61%
B = 37.61%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A07FAD (or 0xA07FAD) is known color: Amethyst Smoke. HEX triplet: A0, 7F and AD. RGB value is (160,127,173). Sum of RGB (Red+Green+Blue) = 160+127+173=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAD is #5F8052. Grayscale: #8D8D8D. Windows color (decimal): -6258771 or 11370400. OLE color: 11370400.

HSL color Cylindrical-coordinate representation of color #A07FAD: hue angle of 283.04º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07FAD is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 127 173 -
CMYK 0.08 0.27 0 0.32
HSL 283.04º 0.22% 0.59% -
HSV(B) 283.04º 0.27% 0.68% -
XYZ 29.63 25.67 42.93 -
YUV 142.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 160 127 173 0.08 0.27 0 0.32 283.04 0.22 0.59
Hex A0 7F AD 8 1B 0 20 11B 16 3B
Octal 240 177 255 10 33 0 40 433 26 73
Binary 10100000 1111111 10101101 1000 11011 0 100000 100011011 10110 111011

Color Harmonies of #A07FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FAD

Black with #A07FAD

Text Example


Text Example

White with #A07FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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