Html Css Color HEX #AD89A8 London Hue

📋 copy color: '#AD89A8'

red 173 ◦ green 137 ◦ blue 168

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

Shades of London Hue #AD89A8

Tints of London Hue #AD89A8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AD89A8: hue angle of 308.33º 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 #AD89A8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 168 -
CMYK 0 0.21 0.03 0.32
HSL 308.33º 0.18% 0.61% -
HSV(B) 308.33º 0.21% 0.68% -
XYZ 33.25 29.6 41.01 -
YUV 151.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 173 137 168 0 0.21 0.03 0.32 308.33 0.18 0.61
Hex AD 89 A8 0 15 3 20 134 12 3D
Octal 255 211 250 0 25 3 40 464 22 75
Binary 10101101 10001001 10101000 0 10101 11 100000 100110100 10010 111101

Color Harmonies of #AD89A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89A8

Black with #AD89A8

Text Example


Text Example

White with #AD89A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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