Html Css Color HEX #A37FAA Amethyst Smoke

📋 copy color: '#A37FAA'

red 163 ◦ green 127 ◦ blue 170

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

Shades of Amethyst Smoke #A37FAA

Tints of Amethyst Smoke #A37FAA

RGB

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

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

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

R = 35.43%
G = 27.61%
B = 36.96%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A37FAA (or 0xA37FAA) is known color: Amethyst Smoke. HEX triplet: A3, 7F and AA. RGB value is (163,127,170). Sum of RGB (Red+Green+Blue) = 163+127+170=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A37FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FAA is #5C8055. Grayscale: #8E8E8E. Windows color (decimal): -6062166 or 11173795. OLE color: 11173795.

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

Color convert

RGB 163 127 170 -
CMYK 0.04 0.25 0 0.33
HSL 290.23º 0.2% 0.58% -
HSV(B) 290.23º 0.25% 0.67% -
XYZ 29.95 25.87 41.44 -
YUV 142.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 163 127 170 0.04 0.25 0 0.33 290.23 0.2 0.58
Hex A3 7F AA 4 19 0 21 122 14 3A
Octal 243 177 252 4 31 0 41 442 24 72
Binary 10100011 1111111 10101010 100 11001 0 100001 100100010 10100 111010

Color Harmonies of #A37FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FAA

Black with #A37FAA

Text Example


Text Example

White with #A37FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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