Html Css Color HEX #A288AB Amethyst Smoke

📋 copy color: '#A288AB'

red 162 ◦ green 136 ◦ blue 171

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

Shades of Amethyst Smoke #A288AB

Tints of Amethyst Smoke #A288AB

RGB

 RED value IS 162 (63.67% from 255) = 34.54%

 GREEN value IS 136 (53.52% from 255) = 29%

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

R = 34.54%
G = 29%
B = 36.46%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A288AB (or 0xA288AB) is known color: Amethyst Smoke. HEX triplet: A2, 88 and AB. RGB value is (162,136,171). Sum of RGB (Red+Green+Blue) = 162+136+171=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A288AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A288AB is #5D7754. Grayscale: #939393. Windows color (decimal): -6125397 or 11241634. OLE color: 11241634.

HSL color Cylindrical-coordinate representation of color #A288AB: hue angle of 284.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A288AB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 136 171 -
CMYK 0.05 0.20 0 0.33
HSL 284.57º 0.17% 0.6% -
HSV(B) 284.57º 0.2% 0.67% -
XYZ 31.06 28.23 42.34 -
YUV 147.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 162 136 171 0.05 0.20 0 0.33 284.57 0.17 0.6
Hex A2 88 AB 5 14 0 21 11D 11 3C
Octal 242 210 253 5 24 0 41 435 21 74
Binary 10100010 10001000 10101011 101 10100 0 100001 100011101 10001 111100

Color Harmonies of #A288AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288AB

Black with #A288AB

Text Example


Text Example

White with #A288AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288AB; }

 p { color: rgb(162,136,171); }

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

background-color css

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

 a { background-color: rgb(162,136,171); }

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

border-color css

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

 span { border-color: rgb(162,136,171); }

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