Html Css Color HEX #A485AB Amethyst Smoke

📋 copy color: '#A485AB'

red 164 ◦ green 133 ◦ blue 171

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

Shades of Amethyst Smoke #A485AB

Tints of Amethyst Smoke #A485AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 35.04%
G = 28.42%
B = 36.54%

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

#A485AB (or 0xA485AB) is known color: Amethyst Smoke. HEX triplet: A4, 85 and AB. RGB value is (164,133,171). Sum of RGB (Red+Green+Blue) = 164+133+171=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A485AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485AB is #5B7A54. Grayscale: #929292. Windows color (decimal): -5995093 or 11240868. OLE color: 11240868.

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

Color convert

RGB 164 133 171 -
CMYK 0.04 0.22 0 0.33
HSL 288.95º 0.18% 0.6% -
HSV(B) 288.95º 0.22% 0.67% -
XYZ 31.05 27.61 42.22 -
YUV 146.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 164 133 171 0.04 0.22 0 0.33 288.95 0.18 0.6
Hex A4 85 AB 4 16 0 21 121 12 3C
Octal 244 205 253 4 26 0 41 441 22 74
Binary 10100100 10000101 10101011 100 10110 0 100001 100100001 10010 111100

Color Harmonies of #A485AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485AB

Black with #A485AB

Text Example


Text Example

White with #A485AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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