Html Css Color HEX #A584AA Amethyst Smoke

📋 copy color: '#A584AA'

red 165 ◦ green 132 ◦ blue 170

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

Shades of Amethyst Smoke #A584AA

Tints of Amethyst Smoke #A584AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.27%

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

R = 35.33%
G = 28.27%
B = 36.4%

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

#A584AA (or 0xA584AA) is known color: Amethyst Smoke. HEX triplet: A5, 84 and AA. RGB value is (165,132,170). Sum of RGB (Red+Green+Blue) = 165+132+170=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A584AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584AA is #5A7B55. Grayscale: #929292. Windows color (decimal): -5929814 or 11175077. OLE color: 11175077.

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

Color convert

RGB 165 132 170 -
CMYK 0.03 0.22 0 0.33
HSL 292.11º 0.18% 0.59% -
HSV(B) 292.11º 0.22% 0.67% -
XYZ 31.02 27.4 41.68 -
YUV 146.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 165 132 170 0.03 0.22 0 0.33 292.11 0.18 0.59
Hex A5 84 AA 3 16 0 21 124 12 3B
Octal 245 204 252 3 26 0 41 444 22 73
Binary 10100101 10000100 10101010 11 10110 0 100001 100100100 10010 111011

Color Harmonies of #A584AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584AA

Black with #A584AA

Text Example


Text Example

White with #A584AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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