Html Css Color HEX #A98AAE London Hue

📋 copy color: '#A98AAE'

red 169 ◦ green 138 ◦ blue 174

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

Shades of London Hue #A98AAE

Tints of London Hue #A98AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 35.14%
G = 28.69%
B = 36.17%

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

#A98AAE (or 0xA98AAE) is known color: London Hue. HEX triplet: A9, 8A and AE. RGB value is (169,138,174). Sum of RGB (Red+Green+Blue) = 169+138+174=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #A98AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98AAE is #567551. Grayscale: #979797. Windows color (decimal): -5666130 or 11438761. OLE color: 11438761.

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

Color convert

RGB 169 138 174 -
CMYK 0.03 0.21 0 0.32
HSL 291.67º 0.18% 0.61% -
HSV(B) 291.67º 0.21% 0.68% -
XYZ 33.09 29.67 44.03 -
YUV 151.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 169 138 174 0.03 0.21 0 0.32 291.67 0.18 0.61
Hex A9 8A AE 3 15 0 20 124 12 3D
Octal 251 212 256 3 25 0 40 444 22 75
Binary 10101001 10001010 10101110 11 10101 0 100000 100100100 10010 111101

Color Harmonies of #A98AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98AAE

Black with #A98AAE

Text Example


Text Example

White with #A98AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98AAE; }

 p { color: rgb(169,138,174); }

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

background-color css

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

 a { background-color: rgb(169,138,174); }

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

border-color css

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

 span { border-color: rgb(169,138,174); }

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