Html Css Color HEX #A393A1 London Hue

📋 copy color: '#A393A1'

red 163 ◦ green 147 ◦ blue 161

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

Shades of London Hue #A393A1

Tints of London Hue #A393A1

RGB

 RED value IS 163 (64.06% from 255) = 34.61%

 GREEN value IS 147 (57.81% from 255) = 31.21%

 BLUE value IS 161 (63.28% from 255) = 34.18%

R = 34.61%
G = 31.21%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A393A1 (or 0xA393A1) is known color: London Hue. HEX triplet: A3, 93 and A1. RGB value is (163,147,161). Sum of RGB (Red+Green+Blue) = 163+147+161=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 163 - color contains mainly: red. Hex color #A393A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393A1 is #5C6C5E. Grayscale: #999999. Windows color (decimal): -6057055 or 10589091. OLE color: 10589091.

HSL color Cylindrical-coordinate representation of color #A393A1: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A393A1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 161 -
CMYK 0 0.10 0.01 0.36
HSL 307.5º 0.08% 0.61% -
HSV(B) 307.5º 0.1% 0.64% -
XYZ 31.97 31.23 38.06 -
YUV 153.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 163 147 161 0 0.10 0.01 0.36 307.5 0.08 0.61
Hex A3 93 A1 0 A 1 24 134 8 3D
Octal 243 223 241 0 12 1 44 464 10 75
Binary 10100011 10010011 10100001 0 1010 1 100100 100110100 1000 111101

Color Harmonies of #A393A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393A1

Black with #A393A1

Text Example


Text Example

White with #A393A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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