Html Css Color HEX #A18AA3 London Hue

📋 copy color: '#A18AA3'

red 161 ◦ green 138 ◦ blue 163

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

Shades of London Hue #A18AA3

Tints of London Hue #A18AA3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

 BLUE value IS 163 (64.06% from 255) = 35.28%

R = 34.85%
G = 29.87%
B = 35.28%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A18AA3 (or 0xA18AA3) is known color: London Hue. HEX triplet: A1, 8A and A3. RGB value is (161,138,163). Sum of RGB (Red+Green+Blue) = 161+138+163=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 163 - color contains mainly: blue. Hex color #A18AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18AA3 is #5E755C. Grayscale: #939393. Windows color (decimal): -6190429 or 10717857. OLE color: 10717857.

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

Color convert

RGB 161 138 163 -
CMYK 0.01 0.15 0 0.36
HSL 295.2º 0.12% 0.59% -
HSV(B) 295.2º 0.15% 0.64% -
XYZ 30.4 28.4 38.53 -
YUV 147.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 161 138 163 0.01 0.15 0 0.36 295.2 0.12 0.59
Hex A1 8A A3 1 F 0 24 127 C 3B
Octal 241 212 243 1 17 0 44 447 14 73
Binary 10100001 10001010 10100011 1 1111 0 100100 100100111 1100 111011

Color Harmonies of #A18AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18AA3

Black with #A18AA3

Text Example


Text Example

White with #A18AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18AA3; }

 p { color: rgb(161,138,163); }

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

background-color css

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

 a { background-color: rgb(161,138,163); }

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

border-color css

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

 span { border-color: rgb(161,138,163); }

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