Html Css Color HEX #A37FAB Amethyst Smoke

📋 copy color: '#A37FAB'

red 163 ◦ green 127 ◦ blue 171

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

Shades of Amethyst Smoke #A37FAB

Tints of Amethyst Smoke #A37FAB

RGB

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

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

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

R = 35.36%
G = 27.55%
B = 37.09%

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

#A37FAB (or 0xA37FAB) is known color: Amethyst Smoke. HEX triplet: A3, 7F and AB. RGB value is (163,127,171). Sum of RGB (Red+Green+Blue) = 163+127+171=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A37FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FAB is #5C8054. Grayscale: #8E8E8E. Windows color (decimal): -6062165 or 11239331. OLE color: 11239331.

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

Color convert

RGB 163 127 171 -
CMYK 0.05 0.26 0 0.33
HSL 289.09º 0.21% 0.58% -
HSV(B) 289.09º 0.26% 0.67% -
XYZ 30.04 25.91 41.94 -
YUV 142.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 163 127 171 0.05 0.26 0 0.33 289.09 0.21 0.58
Hex A3 7F AB 5 1A 0 21 121 15 3A
Octal 243 177 253 5 32 0 41 441 25 72
Binary 10100011 1111111 10101011 101 11010 0 100001 100100001 10101 111010

Color Harmonies of #A37FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FAB

Black with #A37FAB

Text Example


Text Example

White with #A37FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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