Html Css Color HEX #A98DA8 London Hue

📋 copy color: '#A98DA8'

red 169 ◦ green 141 ◦ blue 168

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

Shades of London Hue #A98DA8

Tints of London Hue #A98DA8

RGB

 RED value IS 169 (66.41% from 255) = 35.36%

 GREEN value IS 141 (55.47% from 255) = 29.5%

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

R = 35.36%
G = 29.5%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A98DA8 (or 0xA98DA8) is known color: London Hue. HEX triplet: A9, 8D and A8. RGB value is (169,141,168). Sum of RGB (Red+Green+Blue) = 169+141+168=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A98DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DA8 is #567257. Grayscale: #989898. Windows color (decimal): -5665368 or 11046313. OLE color: 11046313.

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

Color convert

RGB 169 141 168 -
CMYK 0 0.17 0.01 0.34
HSL 302.14º 0.14% 0.61% -
HSV(B) 302.14º 0.17% 0.66% -
XYZ 32.95 30.31 41.16 -
YUV 152.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 169 141 168 0 0.17 0.01 0.34 302.14 0.14 0.61
Hex A9 8D A8 0 11 1 22 12E E 3D
Octal 251 215 250 0 21 1 42 456 16 75
Binary 10101001 10001101 10101000 0 10001 1 100010 100101110 1110 111101

Color Harmonies of #A98DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DA8

Black with #A98DA8

Text Example


Text Example

White with #A98DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DA8; }

 p { color: rgb(169,141,168); }

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

background-color css

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

 a { background-color: rgb(169,141,168); }

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

border-color css

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

 span { border-color: rgb(169,141,168); }

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