Html Css Color HEX #A289AB Amethyst Smoke

📋 copy color: '#A289AB'

red 162 ◦ green 137 ◦ blue 171

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

Shades of Amethyst Smoke #A289AB

Tints of Amethyst Smoke #A289AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

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

R = 34.47%
G = 29.15%
B = 36.38%

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

#A289AB (or 0xA289AB) is known color: Amethyst Smoke. HEX triplet: A2, 89 and AB. RGB value is (162,137,171). Sum of RGB (Red+Green+Blue) = 162+137+171=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #A289AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289AB is #5D7654. Grayscale: #949494. Windows color (decimal): -6125141 or 11241890. OLE color: 11241890.

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

Color convert

RGB 162 137 171 -
CMYK 0.05 0.20 0 0.33
HSL 284.12º 0.17% 0.6% -
HSV(B) 284.12º 0.2% 0.67% -
XYZ 31.2 28.51 42.39 -
YUV 148.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 162 137 171 0.05 0.20 0 0.33 284.12 0.17 0.6
Hex A2 89 AB 5 14 0 21 11C 11 3C
Octal 242 211 253 5 24 0 41 434 21 74
Binary 10100010 10001001 10101011 101 10100 0 100001 100011100 10001 111100

Color Harmonies of #A289AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289AB

Black with #A289AB

Text Example


Text Example

White with #A289AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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