Html Css Color HEX #A1879F London Hue

📋 copy color: '#A1879F'

red 161 ◦ green 135 ◦ blue 159

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

Shades of London Hue #A1879F

Tints of London Hue #A1879F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.95%

R = 35.38%
G = 29.67%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A1879F (or 0xA1879F) is known color: London Hue. HEX triplet: A1, 87 and 9F. RGB value is (161,135,159). Sum of RGB (Red+Green+Blue) = 161+135+159=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A1879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1879F is #5E7860. Grayscale: #919191. Windows color (decimal): -6191201 or 10454945. OLE color: 10454945.

HSL color Cylindrical-coordinate representation of color #A1879F: hue angle of 304.62º 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 #A1879F is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 135 159 -
CMYK 0 0.16 0.01 0.37
HSL 304.62º 0.12% 0.58% -
HSV(B) 304.62º 0.16% 0.63% -
XYZ 29.62 27.41 36.53 -
YUV 145.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 161 135 159 0 0.16 0.01 0.37 304.62 0.12 0.58
Hex A1 87 9F 0 10 1 25 131 C 3A
Octal 241 207 237 0 20 1 45 461 14 72
Binary 10100001 10000111 10011111 0 10000 1 100101 100110001 1100 111010

Color Harmonies of #A1879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1879F

Black with #A1879F

Text Example


Text Example

White with #A1879F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1879F; }

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

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

background-color css

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

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

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

border-color css

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

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

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