Html Css Color HEX #A57EAA Amethyst Smoke

📋 copy color: '#A57EAA'

red 165 ◦ green 126 ◦ blue 170

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

Shades of Amethyst Smoke #A57EAA

Tints of Amethyst Smoke #A57EAA

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

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

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

R = 35.79%
G = 27.33%
B = 36.88%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57EAA (or 0xA57EAA) is known color: Amethyst Smoke. HEX triplet: A5, 7E and AA. RGB value is (165,126,170). Sum of RGB (Red+Green+Blue) = 165+126+170=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A57EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57EAA is #5A8155. Grayscale: #8E8E8E. Windows color (decimal): -5931350 or 11173541. OLE color: 11173541.

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

Color convert

RGB 165 126 170 -
CMYK 0.03 0.26 0 0.33
HSL 293.18º 0.21% 0.58% -
HSV(B) 293.18º 0.26% 0.67% -
XYZ 30.23 25.82 41.42 -
YUV 142.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 165 126 170 0.03 0.26 0 0.33 293.18 0.21 0.58
Hex A5 7E AA 3 1A 0 21 125 15 3A
Octal 245 176 252 3 32 0 41 445 25 72
Binary 10100101 1111110 10101010 11 11010 0 100001 100100101 10101 111010

Color Harmonies of #A57EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EAA

Black with #A57EAA

Text Example


Text Example

White with #A57EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EAA; }

 p { color: rgb(165,126,170); }

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

background-color css

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

 a { background-color: rgb(165,126,170); }

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

border-color css

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

 span { border-color: rgb(165,126,170); }

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