Html Css Color HEX #A37BAA Amethyst Smoke

📋 copy color: '#A37BAA'

red 163 ◦ green 123 ◦ blue 170

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

Shades of Amethyst Smoke #A37BAA

Tints of Amethyst Smoke #A37BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 35.75%
G = 26.97%
B = 37.28%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A37BAA (or 0xA37BAA) is known color: Amethyst Smoke. HEX triplet: A3, 7B and AA. RGB value is (163,123,170). Sum of RGB (Red+Green+Blue) = 163+123+170=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A37BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37BAA is #5C8455. Grayscale: #8C8C8C. Windows color (decimal): -6063190 or 11172771. OLE color: 11172771.

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

Color convert

RGB 163 123 170 -
CMYK 0.04 0.28 0 0.33
HSL 291.06º 0.22% 0.57% -
HSV(B) 291.06º 0.28% 0.67% -
XYZ 29.44 24.85 41.28 -
YUV 140.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 163 123 170 0.04 0.28 0 0.33 291.06 0.22 0.57
Hex A3 7B AA 4 1C 0 21 123 16 39
Octal 243 173 252 4 34 0 41 443 26 71
Binary 10100011 1111011 10101010 100 11100 0 100001 100100011 10110 111001

Color Harmonies of #A37BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BAA

Black with #A37BAA

Text Example


Text Example

White with #A37BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BAA; }

 p { color: rgb(163,123,170); }

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

background-color css

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

 a { background-color: rgb(163,123,170); }

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

border-color css

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

 span { border-color: rgb(163,123,170); }

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