Html Css Color HEX #A57FAA Amethyst Smoke

📋 copy color: '#A57FAA'

red 165 ◦ green 127 ◦ blue 170

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

Shades of Amethyst Smoke #A57FAA

Tints of Amethyst Smoke #A57FAA

RGB

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

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

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

R = 35.71%
G = 27.49%
B = 36.8%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57FAA (or 0xA57FAA) is known color: Amethyst Smoke. HEX triplet: A5, 7F and AA. RGB value is (165,127,170). Sum of RGB (Red+Green+Blue) = 165+127+170=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A57FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FAA is #5A8055. Grayscale: #8F8F8F. Windows color (decimal): -5931094 or 11173797. OLE color: 11173797.

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

Color convert

RGB 165 127 170 -
CMYK 0.03 0.25 0 0.33
HSL 293.02º 0.2% 0.58% -
HSV(B) 293.02º 0.25% 0.67% -
XYZ 30.36 26.08 41.46 -
YUV 143.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 165 127 170 0.03 0.25 0 0.33 293.02 0.2 0.58
Hex A5 7F AA 3 19 0 21 125 14 3A
Octal 245 177 252 3 31 0 41 445 24 72
Binary 10100101 1111111 10101010 11 11001 0 100001 100100101 10100 111010

Color Harmonies of #A57FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FAA

Black with #A57FAA

Text Example


Text Example

White with #A57FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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