Html Css Color HEX #A1949E London Hue

📋 copy color: '#A1949E'

red 161 ◦ green 148 ◦ blue 158

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

Shades of London Hue #A1949E

Tints of London Hue #A1949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

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

R = 34.48%
G = 31.69%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1949E (or 0xA1949E) is known color: London Hue. HEX triplet: A1, 94 and 9E. RGB value is (161,148,158). Sum of RGB (Red+Green+Blue) = 161+148+158=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A1949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1949E is #5E6B61. Grayscale: #999999. Windows color (decimal): -6187874 or 10392737. OLE color: 10392737.

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

Color convert

RGB 161 148 158 -
CMYK 0 0.08 0.02 0.37
HSL 313.85º 0.06% 0.61% -
HSV(B) 313.85º 0.08% 0.63% -
XYZ 31.46 31.23 36.72 -
YUV 153.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 161 148 158 0 0.08 0.02 0.37 313.85 0.06 0.61
Hex A1 94 9E 0 8 2 25 13A 6 3D
Octal 241 224 236 0 10 2 45 472 6 75
Binary 10100001 10010100 10011110 0 1000 10 100101 100111010 110 111101

Color Harmonies of #A1949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1949E

Black with #A1949E

Text Example


Text Example

White with #A1949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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