Html Css Color HEX #A890AB London Hue

📋 copy color: '#A890AB'

red 168 ◦ green 144 ◦ blue 171

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

Shades of London Hue #A890AB

Tints of London Hue #A890AB

RGB

 RED value IS 168 (66.02% from 255) = 34.78%

 GREEN value IS 144 (56.64% from 255) = 29.81%

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

R = 34.78%
G = 29.81%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A890AB (or 0xA890AB) is known color: London Hue. HEX triplet: A8, 90 and AB. RGB value is (168,144,171). Sum of RGB (Red+Green+Blue) = 168+144+171=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A890AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890AB is #576F54. Grayscale: #9A9A9A. Windows color (decimal): -5730133 or 11243688. OLE color: 11243688.

HSL color Cylindrical-coordinate representation of color #A890AB: hue angle of 293.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A890AB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 144 171 -
CMYK 0.02 0.16 0 0.33
HSL 293.33º 0.14% 0.62% -
HSV(B) 293.33º 0.16% 0.67% -
XYZ 33.47 31.21 42.79 -
YUV 154.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 168 144 171 0.02 0.16 0 0.33 293.33 0.14 0.62
Hex A8 90 AB 2 10 0 21 125 E 3E
Octal 250 220 253 2 20 0 41 445 16 76
Binary 10101000 10010000 10101011 10 10000 0 100001 100100101 1110 111110

Color Harmonies of #A890AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890AB

Black with #A890AB

Text Example


Text Example

White with #A890AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890AB; }

 p { color: rgb(168,144,171); }

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

background-color css

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

 a { background-color: rgb(168,144,171); }

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

border-color css

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

 span { border-color: rgb(168,144,171); }

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