Html Css Color HEX #A98DAC London Hue

📋 copy color: '#A98DAC'

red 169 ◦ green 141 ◦ blue 172

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

Shades of London Hue #A98DAC

Tints of London Hue #A98DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 35.06%
G = 29.25%
B = 35.68%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A98DAC (or 0xA98DAC) is known color: London Hue. HEX triplet: A9, 8D and AC. RGB value is (169,141,172). Sum of RGB (Red+Green+Blue) = 169+141+172=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DAC is #567253. Grayscale: #989898. Windows color (decimal): -5665364 or 11308457. OLE color: 11308457.

HSL color Cylindrical-coordinate representation of color #A98DAC: hue angle of 294.19º degrees, saturation: 0.16, 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 #A98DAC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 141 172 -
CMYK 0.02 0.18 0 0.33
HSL 294.19º 0.16% 0.61% -
HSV(B) 294.19º 0.18% 0.67% -
XYZ 33.33 30.46 43.15 -
YUV 152.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 169 141 172 0.02 0.18 0 0.33 294.19 0.16 0.61
Hex A9 8D AC 2 12 0 21 126 10 3D
Octal 251 215 254 2 22 0 41 446 20 75
Binary 10101001 10001101 10101100 10 10010 0 100001 100100110 10000 111101

Color Harmonies of #A98DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DAC

Black with #A98DAC

Text Example


Text Example

White with #A98DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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