Html Css Color HEX #A07FAC Amethyst Smoke

📋 copy color: '#A07FAC'

red 160 ◦ green 127 ◦ blue 172

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

Shades of Amethyst Smoke #A07FAC

Tints of Amethyst Smoke #A07FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 34.86%
G = 27.67%
B = 37.47%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07FAC (or 0xA07FAC) is known color: Amethyst Smoke. HEX triplet: A0, 7F and AC. RGB value is (160,127,172). Sum of RGB (Red+Green+Blue) = 160+127+172=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAC is #5F8053. Grayscale: #8D8D8D. Windows color (decimal): -6258772 or 11304864. OLE color: 11304864.

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

Color convert

RGB 160 127 172 -
CMYK 0.07 0.26 0 0.33
HSL 284º 0.21% 0.59% -
HSV(B) 284º 0.26% 0.67% -
XYZ 29.53 25.63 42.42 -
YUV 142 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 160 127 172 0.07 0.26 0 0.33 284 0.21 0.59
Hex A0 7F AC 7 1A 0 21 11C 15 3B
Octal 240 177 254 7 32 0 41 434 25 73
Binary 10100000 1111111 10101100 111 11010 0 100001 100011100 10101 111011

Color Harmonies of #A07FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FAC

Black with #A07FAC

Text Example


Text Example

White with #A07FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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