Html Css Color HEX #A97BAE London Hue

📋 copy color: '#A97BAE'

red 169 ◦ green 123 ◦ blue 174

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

Shades of London Hue #A97BAE

Tints of London Hue #A97BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

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

R = 36.27%
G = 26.39%
B = 37.34%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A97BAE (or 0xA97BAE) is known color: London Hue. HEX triplet: A9, 7B and AE. RGB value is (169,123,174). Sum of RGB (Red+Green+Blue) = 169+123+174=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #A97BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97BAE is #568451. Grayscale: #8E8E8E. Windows color (decimal): -5669970 or 11434921. OLE color: 11434921.

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

Color convert

RGB 169 123 174 -
CMYK 0.03 0.29 0 0.32
HSL 294.12º 0.24% 0.58% -
HSV(B) 294.12º 0.29% 0.68% -
XYZ 31.09 25.66 43.36 -
YUV 142.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 169 123 174 0.03 0.29 0 0.32 294.12 0.24 0.58
Hex A9 7B AE 3 1D 0 20 126 18 3A
Octal 251 173 256 3 35 0 40 446 30 72
Binary 10101001 1111011 10101110 11 11101 0 100000 100100110 11000 111010

Color Harmonies of #A97BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BAE

Black with #A97BAE

Text Example


Text Example

White with #A97BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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