Html Css Color HEX #A37DAB Amethyst Smoke

📋 copy color: '#A37DAB'

red 163 ◦ green 125 ◦ blue 171

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

Shades of Amethyst Smoke #A37DAB

Tints of Amethyst Smoke #A37DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

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

R = 35.51%
G = 27.23%
B = 37.25%

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

#A37DAB (or 0xA37DAB) is known color: Amethyst Smoke. HEX triplet: A3, 7D and AB. RGB value is (163,125,171). Sum of RGB (Red+Green+Blue) = 163+125+171=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A37DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37DAB is #5C8254. Grayscale: #8D8D8D. Windows color (decimal): -6062677 or 11238819. OLE color: 11238819.

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

Color convert

RGB 163 125 171 -
CMYK 0.05 0.27 0 0.33
HSL 289.57º 0.21% 0.58% -
HSV(B) 289.57º 0.27% 0.67% -
XYZ 29.79 25.39 41.86 -
YUV 141.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 163 125 171 0.05 0.27 0 0.33 289.57 0.21 0.58
Hex A3 7D AB 5 1B 0 21 122 15 3A
Octal 243 175 253 5 33 0 41 442 25 72
Binary 10100011 1111101 10101011 101 11011 0 100001 100100010 10101 111010

Color Harmonies of #A37DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DAB

Black with #A37DAB

Text Example


Text Example

White with #A37DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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