Html Css Color HEX #A98EAA London Hue

📋 copy color: '#A98EAA'

red 169 ◦ green 142 ◦ blue 170

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

Shades of London Hue #A98EAA

Tints of London Hue #A98EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 35.14%
G = 29.52%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A98EAA (or 0xA98EAA) is known color: London Hue. HEX triplet: A9, 8E and AA. RGB value is (169,142,170). Sum of RGB (Red+Green+Blue) = 169+142+170=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #A98EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAA is #567155. Grayscale: #999999. Windows color (decimal): -5665110 or 11177641. OLE color: 11177641.

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

Color convert

RGB 169 142 170 -
CMYK 0.01 0.16 0 0.33
HSL 297.86º 0.14% 0.61% -
HSV(B) 297.86º 0.16% 0.67% -
XYZ 33.29 30.68 42.2 -
YUV 153.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 169 142 170 0.01 0.16 0 0.33 297.86 0.14 0.61
Hex A9 8E AA 1 10 0 21 12A E 3D
Octal 251 216 252 1 20 0 41 452 16 75
Binary 10101001 10001110 10101010 1 10000 0 100001 100101010 1110 111101

Color Harmonies of #A98EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EAA

Black with #A98EAA

Text Example


Text Example

White with #A98EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EAA; }

 p { color: rgb(169,142,170); }

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

background-color css

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

 a { background-color: rgb(169,142,170); }

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

border-color css

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

 span { border-color: rgb(169,142,170); }

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