Html Css Color HEX #A085AB Amethyst Smoke

📋 copy color: '#A085AB'

red 160 ◦ green 133 ◦ blue 171

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

Shades of Amethyst Smoke #A085AB

Tints of Amethyst Smoke #A085AB

RGB

 RED value IS 160 (62.89% from 255) = 34.48%

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

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

R = 34.48%
G = 28.66%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A085AB (or 0xA085AB) is known color: Amethyst Smoke. HEX triplet: A0, 85 and AB. RGB value is (160,133,171). Sum of RGB (Red+Green+Blue) = 160+133+171=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A085AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A085AB is #5F7A54. Grayscale: #919191. Windows color (decimal): -6257237 or 11240864. OLE color: 11240864.

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

Color convert

RGB 160 133 171 -
CMYK 0.06 0.22 0 0.33
HSL 282.63º 0.18% 0.6% -
HSV(B) 282.63º 0.22% 0.67% -
XYZ 30.24 27.19 42.18 -
YUV 145.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 160 133 171 0.06 0.22 0 0.33 282.63 0.18 0.6
Hex A0 85 AB 6 16 0 21 11B 12 3C
Octal 240 205 253 6 26 0 41 433 22 74
Binary 10100000 10000101 10101011 110 10110 0 100001 100011011 10010 111100

Color Harmonies of #A085AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085AB

Black with #A085AB

Text Example


Text Example

White with #A085AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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