Html Css Color HEX #A07FAB Amethyst Smoke

📋 copy color: '#A07FAB'

red 160 ◦ green 127 ◦ blue 171

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

Shades of Amethyst Smoke #A07FAB

Tints of Amethyst Smoke #A07FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 34.93%
G = 27.73%
B = 37.34%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07FAB (or 0xA07FAB) is known color: Amethyst Smoke. HEX triplet: A0, 7F and AB. RGB value is (160,127,171). Sum of RGB (Red+Green+Blue) = 160+127+171=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAB is #5F8054. Grayscale: #8D8D8D. Windows color (decimal): -6258773 or 11239328. OLE color: 11239328.

HSL color Cylindrical-coordinate representation of color #A07FAB: hue angle of 285º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07FAB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 127 171 -
CMYK 0.06 0.26 0 0.33
HSL 285º 0.21% 0.58% -
HSV(B) 285º 0.26% 0.67% -
XYZ 29.44 25.59 41.92 -
YUV 141.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 160 127 171 0.06 0.26 0 0.33 285 0.21 0.58
Hex A0 7F AB 6 1A 0 21 11D 15 3A
Octal 240 177 253 6 32 0 41 435 25 72
Binary 10100000 1111111 10101011 110 11010 0 100001 100011101 10101 111010

Color Harmonies of #A07FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FAB

Black with #A07FAB

Text Example


Text Example

White with #A07FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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