Html Css Color HEX #A37EAC Amethyst Smoke

📋 copy color: '#A37EAC'

red 163 ◦ green 126 ◦ blue 172

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

Shades of Amethyst Smoke #A37EAC

Tints of Amethyst Smoke #A37EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

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

R = 35.36%
G = 27.33%
B = 37.31%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A37EAC (or 0xA37EAC) is known color: Amethyst Smoke. HEX triplet: A3, 7E and AC. RGB value is (163,126,172). Sum of RGB (Red+Green+Blue) = 163+126+172=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A37EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37EAC is #5C8153. Grayscale: #8E8E8E. Windows color (decimal): -6062420 or 11304611. OLE color: 11304611.

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

Color convert

RGB 163 126 172 -
CMYK 0.05 0.27 0 0.33
HSL 288.26º 0.22% 0.58% -
HSV(B) 288.26º 0.27% 0.67% -
XYZ 30.01 25.69 42.41 -
YUV 142.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 163 126 172 0.05 0.27 0 0.33 288.26 0.22 0.58
Hex A3 7E AC 5 1B 0 21 120 16 3A
Octal 243 176 254 5 33 0 41 440 26 72
Binary 10100011 1111110 10101100 101 11011 0 100001 100100000 10110 111010

Color Harmonies of #A37EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EAC

Black with #A37EAC

Text Example


Text Example

White with #A37EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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