Html Css Color HEX #A98FAA London Hue

📋 copy color: '#A98FAA'

red 169 ◦ green 143 ◦ blue 170

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

Shades of London Hue #A98FAA

Tints of London Hue #A98FAA

RGB

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

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

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

R = 35.06%
G = 29.67%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A98FAA (or 0xA98FAA) is known color: London Hue. HEX triplet: A9, 8F and AA. RGB value is (169,143,170). Sum of RGB (Red+Green+Blue) = 169+143+170=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A98FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98FAA is #567055. Grayscale: #999999. Windows color (decimal): -5664854 or 11177897. OLE color: 11177897.

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

Color convert

RGB 169 143 170 -
CMYK 0.01 0.16 0 0.33
HSL 297.78º 0.14% 0.61% -
HSV(B) 297.78º 0.16% 0.67% -
XYZ 33.44 30.98 42.25 -
YUV 153.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 169 143 170 0.01 0.16 0 0.33 297.78 0.14 0.61
Hex A9 8F AA 1 10 0 21 12A E 3D
Octal 251 217 252 1 20 0 41 452 16 75
Binary 10101001 10001111 10101010 1 10000 0 100001 100101010 1110 111101

Color Harmonies of #A98FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FAA

Black with #A98FAA

Text Example


Text Example

White with #A98FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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