Html Css Color HEX #A97AAE London Hue

📋 copy color: '#A97AAE'

red 169 ◦ green 122 ◦ blue 174

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

Shades of London Hue #A97AAE

Tints of London Hue #A97AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 36.34%
G = 26.24%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A97AAE (or 0xA97AAE) is known color: London Hue. HEX triplet: A9, 7A and AE. RGB value is (169,122,174). Sum of RGB (Red+Green+Blue) = 169+122+174=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #A97AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97AAE is #568551. Grayscale: #8D8D8D. Windows color (decimal): -5670226 or 11434665. OLE color: 11434665.

HSL color Cylindrical-coordinate representation of color #A97AAE: hue angle of 294.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97AAE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 122 174 -
CMYK 0.03 0.30 0 0.32
HSL 294.23º 0.24% 0.58% -
HSV(B) 294.23º 0.3% 0.68% -
XYZ 30.96 25.41 43.32 -
YUV 141.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 169 122 174 0.03 0.30 0 0.32 294.23 0.24 0.58
Hex A9 7A AE 3 1E 0 20 126 18 3A
Octal 251 172 256 3 36 0 40 446 30 72
Binary 10101001 1111010 10101110 11 11110 0 100000 100100110 11000 111010

Color Harmonies of #A97AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97AAE

Black with #A97AAE

Text Example


Text Example

White with #A97AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97AAE; }

 p { color: rgb(169,122,174); }

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

background-color css

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

 a { background-color: rgb(169,122,174); }

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

border-color css

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

 span { border-color: rgb(169,122,174); }

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