Html Css Color HEX #A98AAA London Hue

📋 copy color: '#A98AAA'

red 169 ◦ green 138 ◦ blue 170

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

Shades of London Hue #A98AAA

Tints of London Hue #A98AAA

RGB

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

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

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

R = 35.43%
G = 28.93%
B = 35.64%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A98AAA (or 0xA98AAA) is known color: London Hue. HEX triplet: A9, 8A and AA. RGB value is (169,138,170). Sum of RGB (Red+Green+Blue) = 169+138+170=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #A98AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98AAA is #567555. Grayscale: #969696. Windows color (decimal): -5666134 or 11176617. OLE color: 11176617.

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

Color convert

RGB 169 138 170 -
CMYK 0.01 0.19 0 0.33
HSL 298.13º 0.16% 0.6% -
HSV(B) 298.13º 0.19% 0.67% -
XYZ 32.71 29.51 42 -
YUV 150.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 169 138 170 0.01 0.19 0 0.33 298.13 0.16 0.6
Hex A9 8A AA 1 13 0 21 12A 10 3C
Octal 251 212 252 1 23 0 41 452 20 74
Binary 10101001 10001010 10101010 1 10011 0 100001 100101010 10000 111100

Color Harmonies of #A98AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98AAA

Black with #A98AAA

Text Example


Text Example

White with #A98AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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