Html Css Color HEX #A98FAC London Hue

📋 copy color: '#A98FAC'

red 169 ◦ green 143 ◦ blue 172

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

Shades of London Hue #A98FAC

Tints of London Hue #A98FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.55%

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

R = 34.92%
G = 29.55%
B = 35.54%

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

#A98FAC (or 0xA98FAC) is known color: London Hue. HEX triplet: A9, 8F and AC. RGB value is (169,143,172). Sum of RGB (Red+Green+Blue) = 169+143+172=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98FAC is #567053. Grayscale: #999999. Windows color (decimal): -5664852 or 11308969. OLE color: 11308969.

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

Color convert

RGB 169 143 172 -
CMYK 0.02 0.17 0 0.33
HSL 293.79º 0.15% 0.62% -
HSV(B) 293.79º 0.17% 0.67% -
XYZ 33.63 31.06 43.25 -
YUV 154.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 169 143 172 0.02 0.17 0 0.33 293.79 0.15 0.62
Hex A9 8F AC 2 11 0 21 126 F 3E
Octal 251 217 254 2 21 0 41 446 17 76
Binary 10101001 10001111 10101100 10 10001 0 100001 100100110 1111 111110

Color Harmonies of #A98FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FAC

Black with #A98FAC

Text Example


Text Example

White with #A98FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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