Html Css Color HEX #A889AD London Hue

📋 copy color: '#A889AD'

red 168 ◦ green 137 ◦ blue 173

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

Shades of London Hue #A889AD

Tints of London Hue #A889AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.19%

R = 35.15%
G = 28.66%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A889AD (or 0xA889AD) is known color: London Hue. HEX triplet: A8, 89 and AD. RGB value is (168,137,173). Sum of RGB (Red+Green+Blue) = 168+137+173=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #A889AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889AD is #577652. Grayscale: #969696. Windows color (decimal): -5731923 or 11372968. OLE color: 11372968.

HSL color Cylindrical-coordinate representation of color #A889AD: hue angle of 291.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A889AD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 137 173 -
CMYK 0.03 0.21 0 0.32
HSL 291.67º 0.18% 0.61% -
HSV(B) 291.67º 0.21% 0.68% -
XYZ 32.64 29.23 43.46 -
YUV 150.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 168 137 173 0.03 0.21 0 0.32 291.67 0.18 0.61
Hex A8 89 AD 3 15 0 20 124 12 3D
Octal 250 211 255 3 25 0 40 444 22 75
Binary 10101000 10001001 10101101 11 10101 0 100000 100100100 10010 111101

Color Harmonies of #A889AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889AD

Black with #A889AD

Text Example


Text Example

White with #A889AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889AD; }

 p { color: rgb(168,137,173); }

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

background-color css

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

 a { background-color: rgb(168,137,173); }

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

border-color css

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

 span { border-color: rgb(168,137,173); }

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