Html Css Color HEX #A1879E London Hue

📋 copy color: '#A1879E'

red 161 ◦ green 135 ◦ blue 158

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

Shades of London Hue #A1879E

Tints of London Hue #A1879E

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

 GREEN value IS 135 (53.13% from 255) = 29.74%

 BLUE value IS 158 (62.11% from 255) = 34.8%

R = 35.46%
G = 29.74%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1879E (or 0xA1879E) is known color: London Hue. HEX triplet: A1, 87 and 9E. RGB value is (161,135,158). Sum of RGB (Red+Green+Blue) = 161+135+158=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 161 - color contains mainly: red. Hex color #A1879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1879E is #5E7861. Grayscale: #919191. Windows color (decimal): -6191202 or 10389409. OLE color: 10389409.

HSL color Cylindrical-coordinate representation of color #A1879E: hue angle of 306.92º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1879E is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 135 158 -
CMYK 0 0.16 0.02 0.37
HSL 306.92º 0.12% 0.58% -
HSV(B) 306.92º 0.16% 0.63% -
XYZ 29.53 27.37 36.07 -
YUV 145.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 161 135 158 0 0.16 0.02 0.37 306.92 0.12 0.58
Hex A1 87 9E 0 10 2 25 133 C 3A
Octal 241 207 236 0 20 2 45 463 14 72
Binary 10100001 10000111 10011110 0 10000 10 100101 100110011 1100 111010

Color Harmonies of #A1879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1879E

Black with #A1879E

Text Example


Text Example

White with #A1879E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1879E; }

 p { color: rgb(161,135,158); }

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

background-color css

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

 a { background-color: rgb(161,135,158); }

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

border-color css

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

 span { border-color: rgb(161,135,158); }

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