Html Css Color HEX #A583AA Amethyst Smoke

📋 copy color: '#A583AA'

red 165 ◦ green 131 ◦ blue 170

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

Shades of Amethyst Smoke #A583AA

Tints of Amethyst Smoke #A583AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

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

R = 35.41%
G = 28.11%
B = 36.48%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A583AA (or 0xA583AA) is known color: Amethyst Smoke. HEX triplet: A5, 83 and AA. RGB value is (165,131,170). Sum of RGB (Red+Green+Blue) = 165+131+170=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A583AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A583AA is #5A7C55. Grayscale: #919191. Windows color (decimal): -5930070 or 11174821. OLE color: 11174821.

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

Color convert

RGB 165 131 170 -
CMYK 0.03 0.23 0 0.33
HSL 292.31º 0.19% 0.59% -
HSV(B) 292.31º 0.23% 0.67% -
XYZ 30.89 27.13 41.64 -
YUV 145.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 165 131 170 0.03 0.23 0 0.33 292.31 0.19 0.59
Hex A5 83 AA 3 17 0 21 124 13 3B
Octal 245 203 252 3 27 0 41 444 23 73
Binary 10100101 10000011 10101010 11 10111 0 100001 100100100 10011 111011

Color Harmonies of #A583AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A583AA

Black with #A583AA

Text Example


Text Example

White with #A583AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A583AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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