Html Css Color HEX #A585AA Amethyst Smoke

📋 copy color: '#A585AA'

red 165 ◦ green 133 ◦ blue 170

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

Shades of Amethyst Smoke #A585AA

Tints of Amethyst Smoke #A585AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

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

R = 35.26%
G = 28.42%
B = 36.32%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A585AA (or 0xA585AA) is known color: Amethyst Smoke. HEX triplet: A5, 85 and AA. RGB value is (165,133,170). Sum of RGB (Red+Green+Blue) = 165+133+170=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A585AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585AA is #5A7A55. Grayscale: #929292. Windows color (decimal): -5929558 or 11175333. OLE color: 11175333.

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

Color convert

RGB 165 133 170 -
CMYK 0.03 0.22 0 0.33
HSL 291.89º 0.18% 0.59% -
HSV(B) 291.89º 0.22% 0.67% -
XYZ 31.16 27.68 41.73 -
YUV 146.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 165 133 170 0.03 0.22 0 0.33 291.89 0.18 0.59
Hex A5 85 AA 3 16 0 21 124 12 3B
Octal 245 205 252 3 26 0 41 444 22 73
Binary 10100101 10000101 10101010 11 10110 0 100001 100100100 10010 111011

Color Harmonies of #A585AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585AA

Black with #A585AA

Text Example


Text Example

White with #A585AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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