Html Css Color HEX #A587AA Amethyst Smoke

📋 copy color: '#A587AA'

red 165 ◦ green 135 ◦ blue 170

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

Shades of Amethyst Smoke #A587AA

Tints of Amethyst Smoke #A587AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

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

R = 35.11%
G = 28.72%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A587AA (or 0xA587AA) is known color: Amethyst Smoke. HEX triplet: A5, 87 and AA. RGB value is (165,135,170). Sum of RGB (Red+Green+Blue) = 165+135+170=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A587AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A587AA is #5A7855. Grayscale: #939393. Windows color (decimal): -5929046 or 11175845. OLE color: 11175845.

HSL color Cylindrical-coordinate representation of color #A587AA: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A587AA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 135 170 -
CMYK 0.03 0.21 0 0.33
HSL 291.43º 0.17% 0.6% -
HSV(B) 291.43º 0.21% 0.67% -
XYZ 31.44 28.23 41.82 -
YUV 147.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 165 135 170 0.03 0.21 0 0.33 291.43 0.17 0.6
Hex A5 87 AA 3 15 0 21 123 11 3C
Octal 245 207 252 3 25 0 41 443 21 74
Binary 10100101 10000111 10101010 11 10101 0 100001 100100011 10001 111100

Color Harmonies of #A587AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A587AA

Black with #A587AA

Text Example


Text Example

White with #A587AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A587AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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