Html Css Color HEX #A98BAA London Hue

📋 copy color: '#A98BAA'

red 169 ◦ green 139 ◦ blue 170

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

Shades of London Hue #A98BAA

Tints of London Hue #A98BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

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

R = 35.36%
G = 29.08%
B = 35.56%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A98BAA (or 0xA98BAA) is known color: London Hue. HEX triplet: A9, 8B and AA. RGB value is (169,139,170). Sum of RGB (Red+Green+Blue) = 169+139+170=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A98BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BAA is #567455. Grayscale: #979797. Windows color (decimal): -5665878 or 11176873. OLE color: 11176873.

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

Color convert

RGB 169 139 170 -
CMYK 0.01 0.18 0 0.33
HSL 298.06º 0.15% 0.61% -
HSV(B) 298.06º 0.18% 0.67% -
XYZ 32.85 29.8 42.05 -
YUV 151.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 169 139 170 0.01 0.18 0 0.33 298.06 0.15 0.61
Hex A9 8B AA 1 12 0 21 12A F 3D
Octal 251 213 252 1 22 0 41 452 17 75
Binary 10101001 10001011 10101010 1 10010 0 100001 100101010 1111 111101

Color Harmonies of #A98BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BAA

Black with #A98BAA

Text Example


Text Example

White with #A98BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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