Html Css Color HEX #A489A6 London Hue

📋 copy color: '#A489A6'

red 164 ◦ green 137 ◦ blue 166

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

Shades of London Hue #A489A6

Tints of London Hue #A489A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 35.12%
G = 29.34%
B = 35.55%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A489A6 (or 0xA489A6) is known color: London Hue. HEX triplet: A4, 89 and A6. RGB value is (164,137,166). Sum of RGB (Red+Green+Blue) = 164+137+166=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 166 - color contains mainly: blue. Hex color #A489A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A489A6 is #5B7659. Grayscale: #949494. Windows color (decimal): -5994074 or 10914212. OLE color: 10914212.

HSL color Cylindrical-coordinate representation of color #A489A6: hue angle of 295.86º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A489A6 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 137 166 -
CMYK 0.01 0.17 0 0.35
HSL 295.86º 0.14% 0.59% -
HSV(B) 295.86º 0.17% 0.65% -
XYZ 31.14 28.54 39.94 -
YUV 148.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 164 137 166 0.01 0.17 0 0.35 295.86 0.14 0.59
Hex A4 89 A6 1 11 0 23 128 E 3B
Octal 244 211 246 1 21 0 43 450 16 73
Binary 10100100 10001001 10100110 1 10001 0 100011 100101000 1110 111011

Color Harmonies of #A489A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489A6

Black with #A489A6

Text Example


Text Example

White with #A489A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489A6; }

 p { color: rgb(164,137,166); }

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

background-color css

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

 a { background-color: rgb(164,137,166); }

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

border-color css

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

 span { border-color: rgb(164,137,166); }

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