Html Css Color HEX #A188A2 London Hue

📋 copy color: '#A188A2'

red 161 ◦ green 136 ◦ blue 162

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

Shades of London Hue #A188A2

Tints of London Hue #A188A2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 35.08%
G = 29.63%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A188A2 (or 0xA188A2) is known color: London Hue. HEX triplet: A1, 88 and A2. RGB value is (161,136,162). Sum of RGB (Red+Green+Blue) = 161+136+162=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 162 - color contains mainly: blue. Hex color #A188A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188A2 is #5E775D. Grayscale: #929292. Windows color (decimal): -6190942 or 10651809. OLE color: 10651809.

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

Color convert

RGB 161 136 162 -
CMYK 0.01 0.16 0 0.36
HSL 297.69º 0.12% 0.58% -
HSV(B) 297.69º 0.16% 0.64% -
XYZ 30.02 27.79 37.96 -
YUV 146.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 161 136 162 0.01 0.16 0 0.36 297.69 0.12 0.58
Hex A1 88 A2 1 10 0 24 12A C 3A
Octal 241 210 242 1 20 0 44 452 14 72
Binary 10100001 10001000 10100010 1 10000 0 100100 100101010 1100 111010

Color Harmonies of #A188A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188A2

Black with #A188A2

Text Example


Text Example

White with #A188A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188A2; }

 p { color: rgb(161,136,162); }

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

background-color css

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

 a { background-color: rgb(161,136,162); }

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

border-color css

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

 span { border-color: rgb(161,136,162); }

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