Html Css Color HEX #A37FAC Amethyst Smoke

📋 copy color: '#A37FAC'

red 163 ◦ green 127 ◦ blue 172

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

Shades of Amethyst Smoke #A37FAC

Tints of Amethyst Smoke #A37FAC

RGB

 RED value IS 163 (64.06% from 255) = 35.28%

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

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

R = 35.28%
G = 27.49%
B = 37.23%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A37FAC (or 0xA37FAC) is known color: Amethyst Smoke. HEX triplet: A3, 7F and AC. RGB value is (163,127,172). Sum of RGB (Red+Green+Blue) = 163+127+172=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #A37FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FAC is #5C8053. Grayscale: #8E8E8E. Windows color (decimal): -6062164 or 11304867. OLE color: 11304867.

HSL color Cylindrical-coordinate representation of color #A37FAC: hue angle of 288º 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 #A37FAC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 127 172 -
CMYK 0.05 0.26 0 0.33
HSL 288º 0.21% 0.59% -
HSV(B) 288º 0.26% 0.67% -
XYZ 30.14 25.94 42.45 -
YUV 142.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 163 127 172 0.05 0.26 0 0.33 288 0.21 0.59
Hex A3 7F AC 5 1A 0 21 120 15 3B
Octal 243 177 254 5 32 0 41 440 25 73
Binary 10100011 1111111 10101100 101 11010 0 100001 100100000 10101 111011

Color Harmonies of #A37FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FAC

Black with #A37FAC

Text Example


Text Example

White with #A37FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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