Html Css Color HEX #A588AA Amethyst Smoke

📋 copy color: '#A588AA'

red 165 ◦ green 136 ◦ blue 170

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

Shades of Amethyst Smoke #A588AA

Tints of Amethyst Smoke #A588AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

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

R = 35.03%
G = 28.87%
B = 36.09%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A588AA (or 0xA588AA) is known color: Amethyst Smoke. HEX triplet: A5, 88 and AA. RGB value is (165,136,170). Sum of RGB (Red+Green+Blue) = 165+136+170=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A588AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A588AA is #5A7755. Grayscale: #949494. Windows color (decimal): -5928790 or 11176101. OLE color: 11176101.

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

Color convert

RGB 165 136 170 -
CMYK 0.03 0.20 0 0.33
HSL 291.18º 0.17% 0.6% -
HSV(B) 291.18º 0.2% 0.67% -
XYZ 31.58 28.51 41.87 -
YUV 148.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 165 136 170 0.03 0.20 0 0.33 291.18 0.17 0.6
Hex A5 88 AA 3 14 0 21 123 11 3C
Octal 245 210 252 3 24 0 41 443 21 74
Binary 10100101 10001000 10101010 11 10100 0 100001 100100011 10001 111100

Color Harmonies of #A588AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588AA

Black with #A588AA

Text Example


Text Example

White with #A588AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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