Html Css Color HEX #A98EAC London Hue

📋 copy color: '#A98EAC'

red 169 ◦ green 142 ◦ blue 172

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

Shades of London Hue #A98EAC

Tints of London Hue #A98EAC

RGB

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

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

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

R = 34.99%
G = 29.4%
B = 35.61%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A98EAC (or 0xA98EAC) is known color: London Hue. HEX triplet: A9, 8E and AC. RGB value is (169,142,172). Sum of RGB (Red+Green+Blue) = 169+142+172=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAC is #567153. Grayscale: #999999. Windows color (decimal): -5665108 or 11308713. OLE color: 11308713.

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

Color convert

RGB 169 142 172 -
CMYK 0.02 0.17 0 0.33
HSL 294º 0.15% 0.62% -
HSV(B) 294º 0.17% 0.67% -
XYZ 33.48 30.76 43.2 -
YUV 153.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 169 142 172 0.02 0.17 0 0.33 294 0.15 0.62
Hex A9 8E AC 2 11 0 21 126 F 3E
Octal 251 216 254 2 21 0 41 446 17 76
Binary 10101001 10001110 10101100 10 10001 0 100001 100100110 1111 111110

Color Harmonies of #A98EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EAC

Black with #A98EAC

Text Example


Text Example

White with #A98EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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