Html Css Color HEX #A485AA Amethyst Smoke

📋 copy color: '#A485AA'

red 164 ◦ green 133 ◦ blue 170

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

Shades of Amethyst Smoke #A485AA

Tints of Amethyst Smoke #A485AA

RGB

 RED value IS 164 (64.45% from 255) = 35.12%

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

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

R = 35.12%
G = 28.48%
B = 36.4%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A485AA (or 0xA485AA) is known color: Amethyst Smoke. HEX triplet: A4, 85 and AA. RGB value is (164,133,170). Sum of RGB (Red+Green+Blue) = 164+133+170=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 133 (52.34% from 255 or 28.48% 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 #A485AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485AA is #5B7A55. Grayscale: #929292. Windows color (decimal): -5995094 or 11175332. OLE color: 11175332.

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

Color convert

RGB 164 133 170 -
CMYK 0.04 0.22 0 0.33
HSL 290.27º 0.18% 0.59% -
HSV(B) 290.27º 0.22% 0.67% -
XYZ 30.95 27.57 41.72 -
YUV 146.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 164 133 170 0.04 0.22 0 0.33 290.27 0.18 0.59
Hex A4 85 AA 4 16 0 21 122 12 3B
Octal 244 205 252 4 26 0 41 442 22 73
Binary 10100100 10000101 10101010 100 10110 0 100001 100100010 10010 111011

Color Harmonies of #A485AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485AA

Black with #A485AA

Text Example


Text Example

White with #A485AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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