Html Css Color HEX #A97BAD London Hue

📋 copy color: '#A97BAD'

red 169 ◦ green 123 ◦ blue 173

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

Shades of London Hue #A97BAD

Tints of London Hue #A97BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 36.34%
G = 26.45%
B = 37.2%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A97BAD (or 0xA97BAD) is known color: London Hue. HEX triplet: A9, 7B and AD. RGB value is (169,123,173). Sum of RGB (Red+Green+Blue) = 169+123+173=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #A97BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97BAD is #568452. Grayscale: #8E8E8E. Windows color (decimal): -5669971 or 11369385. OLE color: 11369385.

HSL color Cylindrical-coordinate representation of color #A97BAD: hue angle of 295.2º degrees, saturation: 0.23, 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 #A97BAD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 123 173 -
CMYK 0.02 0.29 0 0.32
HSL 295.2º 0.23% 0.58% -
HSV(B) 295.2º 0.29% 0.68% -
XYZ 30.99 25.62 42.85 -
YUV 142.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 169 123 173 0.02 0.29 0 0.32 295.2 0.23 0.58
Hex A9 7B AD 2 1D 0 20 127 17 3A
Octal 251 173 255 2 35 0 40 447 27 72
Binary 10101001 1111011 10101101 10 11101 0 100000 100100111 10111 111010

Color Harmonies of #A97BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BAD

Black with #A97BAD

Text Example


Text Example

White with #A97BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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